From 881bfd4dd74aa56c22d6de4ab5a74b06c290f043 Mon Sep 17 00:00:00 2001 From: Harsh Mathur <104578544+Harsh-Mathur-1503@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:04:56 +0530 Subject: [PATCH] Update lib/node_modules/@stdlib/math/base/special/lcmf/docs/repl.txt Co-authored-by: Gunj Joshi Signed-off-by: Harsh Mathur <104578544+Harsh-Mathur-1503@users.noreply.github.com> --- lib/node_modules/@stdlib/math/base/special/lcmf/docs/repl.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/math/base/special/lcmf/docs/repl.txt b/lib/node_modules/@stdlib/math/base/special/lcmf/docs/repl.txt index 1f0cbf9d4ad..eff6d986fb2 100644 --- a/lib/node_modules/@stdlib/math/base/special/lcmf/docs/repl.txt +++ b/lib/node_modules/@stdlib/math/base/special/lcmf/docs/repl.txt @@ -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 ----------