Skip to content

Commit 397bc80

Browse files
committed
fix: update includes from pow.h to pow_int.h in examples and benchmark
1 parent 2bfe9f5 commit 397bc80

File tree

2 files changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/fast/pow-int

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/fast/pow-int/benchmark/c/native/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
#include "stdlib/math/base/special/fast/pow.h"
19+
#include "stdlib/math/base/special/fast/pow_int.h"
2020
#include <stdlib.h>
2121
#include <stdio.h>
2222
#include <math.h>

lib/node_modules/@stdlib/math/base/special/fast/pow-int/examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
#include "stdlib/math/base/special/fast/pow.h"
19+
#include "stdlib/math/base/special/fast/pow_int.h"
2020
#include <stdio.h>
2121
#include <stdint.h>
2222

0 commit comments

Comments
 (0)