Home
last modified time | relevance | path

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

/AOO41X/main/sal/rtl/source/ !
H A Dmath.cxx1163 double fErf = 1.0; in rtl_math_erf() local
1165 fErf = (double) (x*1.1283791670955125738961589031215452L); in rtl_math_erf()
1167 lcl_Erf0065( x, fErf ); in rtl_math_erf()
1169 fErf = 1.0 - rtl_math_erfc( x ); in rtl_math_erf()
1172 fErf *= -1.0; in rtl_math_erf()
1174 return fErf; in rtl_math_erf()