Home
last modified time | relevance | path

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

/aoo42x/main/sal/rtl/source/
H A Dmath.cxx1213 double fErfc = 0.0; in rtl_math_erfc() local
1217 lcl_Erfc0600( x, fErfc ); in rtl_math_erfc()
1219 lcl_Erfc2654( x, fErfc ); in rtl_math_erfc()
1222 fErfc = 1.0 - rtl_math_erf( x ); in rtl_math_erfc()
1225 fErfc = 2.0 - fErfc; in rtl_math_erfc()
1227 return fErfc; in rtl_math_erfc()

Completed in 45 milliseconds