Skip to content

Commit d233b45

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 db63880 commit d233b45

File tree

1 file changed

+0
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/lcmf

1 file changed

+0
-2
lines changed

lib/node_modules/@stdlib/math/base/special/lcmf/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ If either `a` or `b` is `0`, the function returns `0`.
5757
var v = lcmf( 0, 12 );
5858
// returns 0
5959

60-
v = lcmf( -5.0, 12.0 );
61-
// returns 0
6260
```
6361

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

0 commit comments

Comments
 (0)