SYNOPSIS
#include <math.h>
double acos(double x)
float acosf(float x)
DESCRIPTION
The
An application wishing to check
for error situations should set errno to 0 before
calling
The
PARAMETERS
RETURN VALUES
If |x|>1, acos(x) and acosf(x) return the following values based on the current math mode:
-
In IEEE mode, NaN is returned.
-
In POSIX mode, 0.0 is returned and errno is set to EDOM.
-
In SVID or XOPEN mode,
matherr() is called.
CONFORMANCE
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
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.