diff --git a/lib/node_modules/@stdlib/math/base/special/lcmf/README.md b/lib/node_modules/@stdlib/math/base/special/lcmf/README.md index f2b7ca086f4..196a212852a 100644 --- a/lib/node_modules/@stdlib/math/base/special/lcmf/README.md +++ b/lib/node_modules/@stdlib/math/base/special/lcmf/README.md @@ -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`.