Skip to content

Commit 30b5fa7

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 246a763 commit 30b5fa7

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
@@ -64,7 +64,7 @@ The inputs must be valid floating-point numbers; otherwise, the function returns
6464
var v = lcmf( 3.14, 12 );
6565
// returns NaN
6666

67-
v = lcmf( NaN, 12.0 );
67+
v = lcmf( NaN, 12 );
6868
// returns NaN
6969
```
7070

0 commit comments

Comments
 (0)