Home
last modified time | relevance | path

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

/trunk/main/sal/rtl/source/
H A Dmath.cxx1176 double fErf = 1.0; in rtl_math_erf() local
1178 fErf = (double) (x*1.1283791670955125738961589031215452L); in rtl_math_erf()
1180 lcl_Erf0065( x, fErf ); in rtl_math_erf()
1182 fErf = 1.0 - rtl_math_erfc( x ); in rtl_math_erf()
1185 fErf *= -1.0; in rtl_math_erf()
1187 return fErf; in rtl_math_erf()

Completed in 15 milliseconds