We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a373709 commit 53beefeCopy full SHA for 53beefe
lib/node_modules/@stdlib/math/base/special/wrapf/src/main.c
@@ -31,7 +31,7 @@
31
* @return wrapped value
32
*
33
* @example
34
-* float v = stdlib_base_wrap( 3.14, 0.0, 5.0 );
+* float v = stdlib_base_wrap( 3.14f, 0.0f, 5.0f );
35
* // returns 3.14
36
*/
37
float stdlib_base_wrapf( const float v, const float min, const float max ) {
0 commit comments