Skip to content

Commit c2f50c3

Browse files
feat:- add-ceilnf
1 parent 582661f commit c2f50c3

File tree

24 files changed

+7
-7
lines changed

24 files changed

+7
-7
lines changed

lib/node_modules/@stdlib/math/base/special/celinf/README.md renamed to lib/node_modules/@stdlib/math/base/special/ceilnf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
@license Apache-2.0
44
5-
Copyright (c) 2018 The Stdlib Authors.
5+
Copyright (c) 2024 The Stdlib Authors.
66
77
Licensed under the Apache License, Version 2.0 (the "License");
88
you may not use this file except in compliance with the License.

lib/node_modules/@stdlib/math/base/special/celinf/benchmark/c/benchmark.c renamed to lib/node_modules/@stdlib/math/base/special/ceilnf/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static double benchmark( void ) {
9999
t = tic();
100100
for ( i = 0; i < ITERATIONS; i++ ) {
101101
x = ( 1000.0*rand_float() ) - 500.0f;
102-
y = stdlib_base_ceilnf( x, -2f );
102+
y = stdlib_base_ceilnf( x, -2 );
103103
if ( y != y ) {
104104
printf( "should not return NaN\n" );
105105
break;

0 commit comments

Comments
 (0)