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