SYNOPSIS
#include <math.h>
double erf(double x)
float erff(float x)
double erfc(double x)
float erfcf(float x)
DESCRIPTION
The
The
PARAMETERS
RETURN VALUES
On success, these functions return the value of the error function as defined above.
If x is NaN, NaN is returned.
If the correct value would cause underflow, 0 is returned.
CONFORMANCE
UNIX 98.
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
AVAILABILITY
MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
math()
MKS Toolkit 9.2 Documentation Build 16.