Functions
Sinhsp

Functions

float sinhsp_c (float a)
 

Detailed Description

Function Documentation

◆ sinhsp_c()

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.

Copyright 2022, Texas Instruments Incorporated