SYNOPSIS
#include <math.h>
double atan(double x)
float atanf(float x)
DESCRIPTION
The
To check for error situations, set errno to 0 before calling
The
PARAMETERS
RETURN VALUES
The
If the value of x is NaN, NaN is returned and if in POSIX mode, errno is set to EDOM.
If the result underflows, 0.0 is returned and if in POSIX mode,
errno is set to ERANGE. If in SVID or XOPEN mode,
the
CONFORMANCE
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
At high levels of compiler optimizations, the hardware handles the
AVAILABILITY
MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
MKS Toolkit 9.2 Documentation Build 16.