Asinhsp


Detailed Description


Functions

float asinhsp_c (float a)
float asinhsp (float a)


Function Documentation

float asinhsp_c ( float  a  ) 

Description:
The asinhsp function returns the inverse hyperbolic sine function of a real floating-point argument a.
Parameters:
[in] a = Input float
Returns:
Resultant float
Special Cases:
  • If a is greater than 3.402823e+38, the return value is 89.41599.
  • If a is smaller than -3.402823e+38, the return value is -89.41599.
  • If a is NaN (Not a Number), the return value is NaN.
See also:
Implementation Notes:
  • The code supports both big and little endian modes.

float asinhsp ( float  a  ) 


Copyright 2016, Texas Instruments Incorporated