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 d233b45 commit d5e2ea1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/node_modules/@stdlib/math/base/special/lcmf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ If either `a` or `b` is `0`, the function returns `0`.
```javascript
var v = lcmf( 0, 12 );
// returns 0

```

The inputs must be valid floating-point numbers; otherwise, the function returns `NaN`.
Expand Down

0 comments on commit d5e2ea1

Please sign in to comment.