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

v = lcmf( -5.0, 12.0 );
// returns 0
```

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

0 comments on commit d233b45

Please sign in to comment.