SYNOPSIS
#include <math.h>
double asin(double x)
float asinf(float x)
DESCRIPTION
The
To check for error situations, set errno to 0
before calling
The
PARAMETERS
RETURN VALUES
If |x|>1, asin(x) and asinf(x) return the following values based on the math mode being used:
-
In IEEE mode, a value of NaN is returned.
-
In POSIX mode, a value of 0.0 is returned and the global variable errno is set to EDOM.
-
In SVID and XOPEN modes, the
matherr() function 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.