Skip to content

Commit 0a12704

Browse files
Update repl.txt
Signed-off-by: Harsh Mathur <[email protected]>
1 parent 77b4697 commit 0a12704

File tree

1 file changed

+8
-9
lines changed
  • lib/node_modules/@stdlib/math/base/special/lcmf/docs

1 file changed

+8
-9
lines changed

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

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,21 @@
77

88
Parameters
99
----------
10-
a: float32
11-
First single-precision floating-point number.
10+
a: integer
11+
First integer.
1212

13-
b: float32
14-
Second single-precision floating-point number.
13+
b: integer
14+
Second integer.
1515

1616
Returns
1717
-------
18-
out: float32
19-
Least common multiple in single-precision floating-point format.
18+
out: integer
19+
Least common multiple.
2020

2121
Examples
2222
--------
23-
> var v = {{alias}}( 21.0, 6.0 )
24-
42.0
23+
> var v = {{alias}}( 21, 6 )
24+
42
2525

2626
See Also
2727
--------
28-
- `@stdlib/math/base/special/gcd`: compute the greatest common divisor (gcd).

0 commit comments

Comments
 (0)