Skip to content

Commit

Permalink
Update lib/node_modules/@stdlib/math/base/special/lcmf/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Gunj Joshi <[email protected]>
Signed-off-by: Harsh Mathur <[email protected]>
  • Loading branch information
Harsh-Mathur-1503 and gunjjoshi authored Nov 12, 2024
1 parent d769d4e commit 0236db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/math/base/special/lcmf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var v = lcmf( 10, 12 );
// returns 60
```

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

```javascript
var v = lcmf( 0.0, 12.0 );
Expand Down

0 comments on commit 0236db5

Please sign in to comment.