Skip to content

Commit d769d4e

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 3f19612 commit d769d4e

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
@@ -47,7 +47,7 @@ var lcmf = require( '@stdlib/math/base/special/lcmf' );
4747
Computes the [least common multiple][lcm] for two single-precision floating-point numbers `a` and `b`.
4848

4949
```javascript
50-
var v = lcmf( 10.0,12.0 );
50+
var v = lcmf( 10, 12 );
5151
// returns 60
5252
```
5353

0 commit comments

Comments
 (0)