Skip to content

Commit

Permalink
Update lib/node_modules/@stdlib/math/base/special/lcmf/docs/repl.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Gunj Joshi <[email protected]>
Signed-off-by: Harsh Mathur <[email protected]>
  • Loading branch information
Harsh-Mathur-1503 and gunjjoshi authored Nov 12, 2024
1 parent 0a12704 commit 881bfd4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

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

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

Parameters
----------
Expand Down

0 comments on commit 881bfd4

Please sign in to comment.