Sinhsp
Detailed Description
Function Documentation
float sinhsp_c |
( |
float |
a |
) |
|
- Description:
- The sinhsp function returns the hyperbolic sine of a real floating-point argument a. If the magnitude of a is too large, infinity is returned.
- Parameters:
-
- Returns:
- Resultant float
- Special Cases:
- If a > +89.41598629, then the return value is INF (infinity).
- If a < -89.41598629, then the return value is -INF.
- If a is NaN, the return value is NaN.
- See also:
-
- Implementation Notes:
- The code supports both big and little endian modes.
Copyright 2016, Texas Instruments Incorporated