Include dependency graph for e_atanh.c:

Go to the source code of this file.
Functions | |
| double | __ieee754_atanh (double x) |
Variables | |
| static double | one = 1.0 |
| static double | huge = 1e300 |
| static double | zero = 0.0 |
| double __ieee754_atanh | ( | double | x | ) |
Definition at line 53 of file e_atanh.c.
References EXTRACT_WORDS, huge, log1p(), one, SET_HIGH_WORD, and zero.
Referenced by atanh().
Here is the call graph for this function:

1.4.7