From 45ff9d8eb6f43b8f612d1b01ada627f5b4447c45 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Wed, 14 Nov 2012 01:01:38 +0100 Subject: math: ld80 invtrig cleanups keeping only commonly used data in invtrigl --- src/math/atan2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/math/atan2.c') 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 -- cgit 1.4.1