Searched refs:pPolynom (Results 1 – 2 of 2) sorted by relevance
715 double taylor(double* pPolynom, sal_uInt16 nMax, double x);
214 double ScInterpreter::taylor(double* pPolynom, sal_uInt16 nMax, double x) in taylor() argument217 double nVal = pPolynom[nMax]; in taylor()220 nVal = pPolynom[i] + (nVal * x); in taylor()
Completed in 25 milliseconds