SYNOPSIS
#include <math.h>
double sinh(double x)
float sinhf(float x)
DESCRIPTION
The
To check for errors, set errno to 0 before calling
The
PARAMETERS
RETURN VALUES
The
If x is NaN, NaN is returned and if in POSIX mode, errno is set to EDOM.
If
If the return value would overflow, then:
-
In IEEE mode, NaN is returned.
-
In POSIX mode, NaN is returned and errno is set to ERANGE.
-
In SVID mode, HUGE is returned and
matherr() is called. -
In XOPEN mode, Infinity is returned and
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.