diff options
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 |