Sinhsp


Detailed Description


Functions

float sinhsp_c (float a)
float sinhsp (float a)


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

float sinhsp ( float  a  ) 


Copyright 2016, Texas Instruments Incorporated