diff options
author | Szabolcs Nagy <nsz@port70.net> | 2012-11-14 01:01:38 +0100 |
---|---|---|
committer | Szabolcs Nagy <nsz@port70.net> | 2012-11-14 01:01:38 +0100 |
commit | 45ff9d8eb6f43b8f612d1b01ada627f5b4447c45 (patch) | |
tree | 92515e65ee6782a78ce4a1c97839872a14939155 /src/math/atan2.c | |
parent | 529a8de46cbf6cce525ab25c4532822006502f29 (diff) | |
download | musl-45ff9d8eb6f43b8f612d1b01ada627f5b4447c45.tar.gz musl-45ff9d8eb6f43b8f612d1b01ada627f5b4447c45.tar.bz2 musl-45ff9d8eb6f43b8f612d1b01ada627f5b4447c45.tar.xz musl-45ff9d8eb6f43b8f612d1b01ada627f5b4447c45.zip |
math: ld80 invtrig cleanups
keeping only commonly used data in invtrigl
Diffstat (limited to 'src/math/atan2.c')
-rw-r--r-- | src/math/atan2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/atan2.c b/src/math/atan2.c index 143c3834..825a38fe 100644 --- a/src/math/atan2.c +++ b/src/math/atan2.c @@ -39,6 +39,7 @@ #include "libm.h" +// FIXME static const volatile double tiny = 1.0e-300; static const double |