Skip to content

Commit 9ef2f09

Browse files
authored
Update wrapf.h
Signed-off-by: Aadish Jain <[email protected]>
1 parent 0057e60 commit 9ef2f09

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929
/**
3030
* Wraps a value on the half-open interval [min,max).
3131
*/
32-
float stdlib_base_wrap( const float v, const float min, const float max );
32+
float stdlib_base_wrapf( const float v, const float min, const float max );
3333

3434
#ifdef __cplusplus
3535
}

0 commit comments

Comments
 (0)