Skip to content

Commit ef7fd65

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 5ae902b commit ef7fd65

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
@@ -97,7 +97,7 @@ var v;
9797
var i;
9898

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

0 commit comments

Comments
 (0)