Skip to content

Commit a290354

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var v = lcmf( 0, 12 );
6161
The inputs must be valid floating-point numbers; otherwise, the function returns `NaN`.
6262

6363
```javascript
64-
var v = lcmf( 3.14, 12.0 );
64+
var v = lcmf( 3.14, 12 );
6565
// returns NaN
6666

6767
v = lcmf( NaN, 12.0 );

0 commit comments

Comments
 (0)