Skip to content

Commit d04b482

Browse files
hrshyaPlaneshifter
andauthored
Update lib/node_modules/@stdlib/math/base/special/acothf/benchmark/c/native/benchmark.c
Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Harsh <149176984+hrshya@users.noreply.github.com>
1 parent 8a0f798 commit d04b482

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/math/base/special/acothf/benchmark/c/native

lib/node_modules/@stdlib/math/base/special/acothf/benchmark/c/native/benchmark.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ static float random_uniform( const float min, const float max ) {
9292
* @return elapsed time in seconds
9393
*/
9494
static double benchmark( void ) {
95-
double x[ 100 ];
95+
float x[ 100 ];
9696
double elapsed;
97-
double y;
9897
double t;
98+
float y;
9999
int i;
100100

101101
for ( i = 0; i < 100; i++ ) {

0 commit comments

Comments
 (0)