Skip to content

Commit 121ef8a

Browse files
committed
fix: linting error
1 parent c34a586 commit 121ef8a

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/ahavercosf/benchmark/c

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/ahavercosf/benchmark/c/benchmark.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ static float rand_float( void ) {
9090
*/
9191
static double benchmark( void ) {
9292
double elapsed;
93-
double x;
94-
double y;
93+
float x;
94+
float y;
9595
double t;
9696
int i;
9797

0 commit comments

Comments
 (0)