Table of Contents
Previous Section Next Section

erfc

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

erfc( ), erfcf( ), and erfcl( ) were added by C99.

The erfc( ) family of functions returns the complementary error function of arg.

A related function is erf( ).


Table of Contents
Previous Section Next Section