Home
last modified time | relevance | path

Searched refs:pPolynom (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx737 double taylor(double* pPolynom, sal_uInt16 nMax, double x);
/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx214 double ScInterpreter::taylor(double* pPolynom, sal_uInt16 nMax, double x) in taylor() argument
217 double nVal = pPolynom[nMax]; in taylor()
220 nVal = pPolynom[i] + (nVal * x); in taylor()

Completed in 46 milliseconds