Skip to content

Commit 53beefe

Browse files
authored
Update main.c
Signed-off-by: Aadish Jain <[email protected]>
1 parent a373709 commit 53beefe

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/wrapf/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/wrapf/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* @return wrapped value
3232
*
3333
* @example
34-
* float v = stdlib_base_wrap( 3.14, 0.0, 5.0 );
34+
* float v = stdlib_base_wrap( 3.14f, 0.0f, 5.0f );
3535
* // returns 3.14
3636
*/
3737
float stdlib_base_wrapf( const float v, const float min, const float max ) {

0 commit comments

Comments
 (0)