Todo List
PHPExcel_Best_Fit | --PHPExcel_Exponential_Best_Fit
[line 47]
PHPExcel_Exponential_Best_Fit __construct( float[] $yValues, [float[] $xValues = array()], [boolean $const = True])
string getEquation( [int $dp = 0])
string getIntersect( [int $dp = 0])
string getSlope( [int $dp = 0])
float getValueOfXForY( float $yValue)
float getValueOfYForX( float $xValue)