Include dependency graph for e_acosh.c:

Go to the source code of this file.
Functions | |
| double | __ieee754_acosh (double x) |
Variables | |
| static double | one = 1.0 |
| static double | ln2 = 6.93147180559945286227e-01 |
| double __ieee754_acosh | ( | double | x | ) |
Definition at line 45 of file e_acosh.c.
References __ieee754_log(), __ieee754_sqrt(), EXTRACT_WORDS, ln2, log1p(), one, and sqrt().
Referenced by acosh().
Here is the call graph for this function:

double ln2 = 6.93147180559945286227e-01 [static] |
1.4.7