Coshsp


Detailed Description


Functions

float coshsp_c (float a)
float coshsp (float a)


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:
[in] a = Input float
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.

float coshsp ( float  a  ) 


Copyright 2016, Texas Instruments Incorporated