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.
stdlib_base_pow
1 parent 584cd8d commit 24a53eeCopy full SHA for 24a53ee
lib/node_modules/@stdlib/math/base/special/ldexp/examples/c/example.c
@@ -19,13 +19,11 @@
19
20
#include "stdlib/math/base/special/ldexp.h"
21
#include "stdlib/math/base/special/frexp.h"
22
+#include "stdlib/math/base/special/pow.h"
23
#include <stdlib.h>
24
#include <stdint.h>
25
#include <stdio.h>
26
#include <inttypes.h>
-#include <math.h>
27
-
28
-// TODO: replace use of `pow` with stdlib_base_pow()
29
30
static double rand_double() {
31
int r = rand();
0 commit comments