Skip to content

Commit d5e2ea1

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

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ If either `a` or `b` is `0`, the function returns `0`.
5656
```javascript
5757
var v = lcmf( 0, 12 );
5858
// returns 0
59-
6059
```
6160

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

0 commit comments

Comments
 (0)