Include dependency graph for s_atan.c:

Go to the source code of this file.
Functions | |
| double | atan (double x) |
Variables | |
| static double | atanhi [] |
| static double | atanlo [] |
| static double | aT [] |
| static double | one = 1.0 |
| static double | huge = 1.0e300 |
| double atan | ( | double | x | ) |
Definition at line 91 of file s_atan.c.
References fabs(), GET_HIGH_WORD, GET_LOW_WORD, huge, one, s1, and s2.
Referenced by __ieee754_atan2().
Here is the call graph for this function:

double aT[] [static] |
Initial value:
{
3.33333333333329318027e-01,
-1.99999999998764832476e-01,
1.42857142725034663711e-01,
-1.11111104054623557880e-01,
9.09088713343650656196e-02,
-7.69187620504482999495e-02,
6.66107313738753120669e-02,
-5.83357013379057348645e-02,
4.97687799461593236017e-02,
-3.65315727442169155270e-02,
1.62858201153657823623e-02,
}
double atanhi[] [static] |
double atanlo[] [static] |
1.4.7