Functions
Asinhdp

Functions

double asinhdp_c (double a)
 

Detailed Description

Function Documentation

◆ asinhdp_c()

double asinhdp_c ( double  a)
Description:
The asinhdp function returns the inverse hyperbolic sine function of a real floating-point argument a.
Parameters
[in]a= Input double
Returns
Resultant double
Special Cases:
  • If a is greater than 1.7976931348623157e+308, the return value is 710.475860073944.
  • If a is smaller than -1.7976931348623157e+308, the return value is -710.475860073944.
  • 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