◆ asinhsp_c()
float asinhsp_c |
( |
float |
a | ) |
|
- Description:
- The asinhsp function returns the inverse hyperbolic sine function of a real floating-point argument a.
- Parameters
-
- 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.
Copyright 2022, Texas Instruments Incorporated