Include dependency graph for e_jn.c:

Go to the source code of this file.
Functions | |
| double | __ieee754_jn (int n, double x) |
| double | __ieee754_yn (int n, double x) |
Variables | |
| static double | invsqrtpi = 5.64189583547756279280e-01 |
| static double | two = 2.00000000000000000000e+00 |
| static double | one = 1.00000000000000000000e+00 |
| static double | zero = 0.00000000000000000000e+00 |
| double __ieee754_jn | ( | int | n, | |
| double | x | |||
| ) |
Definition at line 64 of file e_jn.c.
References __ieee754_j0(), __ieee754_j1(), __ieee754_log(), cos(), EXTRACT_WORDS, fabs(), invsqrtpi, one, sin(), sqrt(), two, and zero.
Referenced by jn().
Here is the call graph for this function:

| double __ieee754_yn | ( | int | n, | |
| double | x | |||
| ) |
Definition at line 225 of file e_jn.c.
References __ieee754_y0(), __ieee754_y1(), cos(), EXTRACT_WORDS, GET_HIGH_WORD, invsqrtpi, one, sin(), sqrt(), and zero.
Referenced by yn().
Here is the call graph for this function:

double two = 2.00000000000000000000e+00 [static] |
Definition at line 52 of file e_jn.c.
Referenced by __ieee754_jn(), __ieee754_pow(), erfc(), and tanh().
1.4.7