summaryrefslogtreecommitdiff
path: root/src/math/nanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/nanf.c')
-rw-r--r--src/math/nanf.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/math/nanf.c b/src/math/nanf.c
new file mode 100644
index 00000000..752ce546
--- /dev/null
+++ b/src/math/nanf.c
@@ -0,0 +1,6 @@
+#include <math.h>
+
+float nanf(const char *s)
+{
+ return NAN;
+}