We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb040d2 commit 9d6af60Copy full SHA for 9d6af60
include/chibi/sexp.h
@@ -81,8 +81,11 @@ typedef long long off_t;
81
#define TOSTRING(x) STRINGIFY(x)
82
#define exit(x) exits(TOSTRING(x))
83
#define fabsl fabs
84
+#define M_PI 3.141592653589793
85
#define M_LN10 2.30258509299404568402 /* log_e 10 */
86
#define FLT_RADIX 2
87
+#define NAN NaN()
88
+#define INFINITY Inf(1)
89
#define isfinite(x) !(isNaN(x) || isInf(x,0))
90
typedef u32int uint32_t;
91
typedef s32int int32_t;
0 commit comments