shithub: npe

Download patch

ref: 4c1fa073c7d7fff3c4e21717fcb0ad81a9ab3cf7
parent: 5b4e05db11ca7a7c4f910fef6d6243d623eb8694
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Fri Sep 17 03:25:47 EDT 2021

add float.h

--- /dev/null
+++ b/include/npe/float.h
@@ -1,0 +1,10 @@
+#ifndef _npe_float_h_
+#define _npe_float_h_
+
+#define FLT_RADIX 2
+
+#define DBL_DIG 15
+#define DBL_MAX_10_EXP +308
+#define DBL_MAX_EXP +1024
+
+#endif