Include dependency graph for e_sinh.c:

Go to the source code of this file.
Functions | |
| double | __ieee754_sinh (double x) |
Variables | |
| static double | one = 1.0 |
| static double | shuge = 1.0e307 |
| double __ieee754_sinh | ( | double | x | ) |
Definition at line 47 of file e_sinh.c.
References __ieee754_exp(), expm1(), fabs(), GET_HIGH_WORD, GET_LOW_WORD, one, and shuge.
Referenced by sinh().
Here is the call graph for this function:

double shuge = 1.0e307 [static] |
1.4.7