Searched refs:fErfc (Results 1 – 1 of 1) sorted by relevance
1213 double fErfc = 0.0; in rtl_math_erfc() local1217 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 12 milliseconds