diff options
Diffstat (limited to 'src/math/NAN.c')
-rw-r--r-- | src/math/NAN.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/NAN.c b/src/math/NAN.c index 6c5d778f..58ff6aca 100644 --- a/src/math/NAN.c +++ b/src/math/NAN.c @@ -1,5 +1,5 @@ #include <math.h> -#define NAN /* TODO: float quiet NaN */ +#define NAN 0.0 /* TODO: float quiet NaN */ /* STDC(199901) |