Skip to content

Commit 881bfd4

Browse files
Update lib/node_modules/@stdlib/math/base/special/lcmf/docs/repl.txt
Co-authored-by: Gunj Joshi <[email protected]> Signed-off-by: Harsh Mathur <[email protected]>
1 parent 0a12704 commit 881bfd4

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

lib/node_modules/@stdlib/math/base/special/lcmf/docs/repl.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
If either `a` or `b` is `0`, the function returns `0`.
55

6-
Both `a` and `b` must have integer values in single-precision floating-point format; otherwise, the function returns `NaN`.
6+
Both `a` and `b` must have integer values; otherwise, the function returns
7+
`NaN`.
78

89
Parameters
910
----------

0 commit comments

Comments
 (0)