Home
last modified time | relevance | path

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

/AOO41X/main/sal/rtl/source/
H A Dmath.cxx1200 double fErfc = 0.0; in rtl_math_erfc() local
1204 lcl_Erfc0600( x, fErfc ); in rtl_math_erfc()
1206 lcl_Erfc2654( x, fErfc ); in rtl_math_erfc()
1209 fErfc = 1.0 - rtl_math_erf( x ); in rtl_math_erfc()
1212 fErfc = 2.0 - fErfc; in rtl_math_erfc()
1214 return fErfc; in rtl_math_erfc()