Skip to content

Commit 76b8ae9

Browse files
Update lib/node_modules/@stdlib/math/base/special/lcmf/README.md
Co-authored-by: Gunj Joshi <[email protected]> Signed-off-by: Harsh Mathur <[email protected]>
1 parent ef7fd65 commit 76b8ae9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ var i;
9898

9999
for ( i = 0; i < 100; i++ ) {
100100
a = round( randu() * 50 );
101-
b = round( randu()*50 );
101+
b = round( randu() * 50 );
102102
v = lcmf( a, b );
103103
console.log( 'lcmf(%d,%d) = %d', a, b, v );
104104
}

0 commit comments

Comments
 (0)