erfc


erfc

Calculates the complementary error function of a floating-point number

 #include <math.h> double erfc ( double x  ); float erfcf ( float x  ); long double erfcl ( long double x  ); 

The function erfc( ) is the complementary error function, defined as erfc(x) = 1 - erf(x).

See Also

erf( )



C(c) In a Nutshell
C in a Nutshell (In a Nutshell (OReilly))
ISBN: 0596006977
EAN: 2147483647
Year: 2006
Pages: 473

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net