Coshsp
Detailed Description
Function Documentation
float coshsp_c |
( |
float |
a |
) |
|
- Description:
- The coshsp function returns the hyperbolic cosine 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 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