Sinhdp
Detailed Description
Function Documentation
double sinhdp_c |
( |
double |
a |
) |
|
- Description:
- The sinhdp function returns the hyperbolic sine function of a real floating-point argument a. If the magnitude of a is too large, infinity is returned.
- Parameters:
-
- Returns:
- Resultant double
- Special Cases:
- If a > +710.475860073944, then the return value is INF
- If a < -710.475860073944, then the return value is -INF.
- See also:
-
- Implementation Notes:
- The code supports both big and little endian modes.
double sinhdp |
( |
double |
a |
) |
|
Copyright 2016, Texas Instruments Incorporated