Skip to content

Commit db63880

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 0236db5 commit db63880

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
@@ -54,7 +54,7 @@ var v = lcmf( 10, 12 );
5454
If either `a` or `b` is `0`, the function returns `0`.
5555

5656
```javascript
57-
var v = lcmf( 0.0, 12.0 );
57+
var v = lcmf( 0, 12 );
5858
// returns 0
5959

6060
v = lcmf( -5.0, 12.0 );

0 commit comments

Comments
 (0)