Skip to content

Commit 34b3dbe

Browse files
feat(math): add math/base/special/round10f
1 parent af2fb7c commit 34b3dbe

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/round10f/include/stdlib/math/base/special

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/round10f/include/stdlib/math/base/special/round10f.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929
/**
3030
* Rounds a single-precision floating-point numeric value to the nearest power of `10` on a linear scale.
3131
*/
32-
float stdlib_base_round10F( const float x );
32+
float stdlib_base_round10f( const float x );
3333

3434
#ifdef __cplusplus
3535
}

0 commit comments

Comments
 (0)