Skip to content

Commit a373709

Browse files
authored
Update README.md
Signed-off-by: Aadish Jain <[email protected]>
1 parent a7ad49d commit a373709

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/math/base/special/wrapf/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ float stdlib_base_wrapf( const float v, const float min, const float max )
197197
#include <stdio.h>
198198
199199
int main( void ) {
200-
const float min[] = { 0.0, 0.0, 0.0, 0.0, -3.14 };
201-
const float max[] = { 5.0, 5.0, 5.0, 5.0, -0.0 };
202-
const float v[] = { 3.14, -3.14, 10.0, -0.0, 0.0 };
200+
const float min[] = { 0.0f, 0.0f, 0.0f, 0.0f, -3.14f };
201+
const float max[] = { 5.0f, 5.0f, 5.0f, 5.0f, -0.0f };
202+
const float v[] = { 3.14f, -3.14f, 10.0f, -0.0f, 0.0f };
203203
204204
float out;
205205
int i;

0 commit comments

Comments
 (0)