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 9752725 commit fba8768Copy full SHA for fba8768
lib/node_modules/@stdlib/complex/float64/base/div/src/main.c
@@ -23,7 +23,6 @@
23
#include "stdlib/constants/float64/max.h"
24
#include "stdlib/constants/float64/eps.h"
25
#include "stdlib/constants/float64/smallest_normal.h"
26
-#include <stdint.h>
27
28
static const double LARGE_THRESHOLD = STDLIB_CONSTANT_FLOAT64_MAX * 0.5;
29
static const double SMALL_THRESHOLD = STDLIB_CONSTANT_FLOAT64_SMALLEST_NORMAL * ( 2.0 / STDLIB_CONSTANT_FLOAT64_EPS );
0 commit comments