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 95620cb commit 7ff34a8Copy full SHA for 7ff34a8
native/cpp/quickjs_wrapper.cpp
@@ -4,7 +4,7 @@
4
#include "quickjs_wrapper.h"
5
#include "../quickjs/cutils.h"
6
#include <cstring>
7
-#include <math.h>
+#include <cmath>
8
9
#define MAX_SAFE_INTEGER (((int64_t)1 << 53) - 1)
10
0 commit comments