Skip to content

Commit 0236db5

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

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
@@ -51,7 +51,7 @@ var v = lcmf( 10, 12 );
5151
// returns 60
5252
```
5353

54-
If either number is less than 1, the function returns `0`.
54+
If either `a` or `b` is `0`, the function returns `0`.
5555

5656
```javascript
5757
var v = lcmf( 0.0, 12.0 );

0 commit comments

Comments
 (0)