#include "math.h"#include "mathP.h"Include dependency graph for s_log1p.c:

Go to the source code of this file.
Functions | |
| double | log1p (double x) |
Variables | |
| double | ln2_hi |
| double | zero = 0.0 |
|
|
Definition at line 110 of file s_log1p.c. References GET_HIGH_WORD, ln2_hi, SET_HIGH_WORD, and zero. Referenced by __ieee754_acosh(), __ieee754_atanh(), and asinh(). |
|
|
Initial value: Definition at line 90 of file s_log1p.c. Referenced by log1p(). |
|
|
Definition at line 104 of file s_log1p.c. Referenced by log1p(). |
1.3.8