Skip to content

Commit 77cc1b0

Browse files
authored
Update README.md
Signed-off-by: Gunj Joshi <[email protected]>
1 parent 6daf923 commit 77cc1b0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ var i;
9494
for ( i = 0; i < 100; i++ ) {
9595
x = round( randu() * 10.0 );
9696
y = round( randu() * 10.0 ) - 5.0;
97-
console.log( '%d^%d = %d', x, y, fmod( x, y ) );
97+
console.log( '%d%%%d = %d', x, y, fmod( x, y ) );
9898
}
9999
```
100100

0 commit comments

Comments
 (0)