Coshdp


Detailed Description


Functions

double coshdp_c (double a)
double coshdp (double a)


Function Documentation

double coshdp_c ( double  a  ) 

Description:
The coshdp function returns the hyperbolic cosine function of a real floating-point argument a. If the magnitude of a is too large, infinity is returned.
Parameters:
[in] a = Input double
Returns:
Resultant double
Special Cases:
  • If a > +710.475860073944, 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.

double coshdp ( double  a  ) 


Copyright 2016, Texas Instruments Incorporated