Skip to content

Commit 8f44972

Browse files
Update lib/node_modules/@stdlib/math/base/special/lcmf/src/main.c
Co-authored-by: Gunj Joshi <[email protected]> Signed-off-by: Harsh Mathur <[email protected]>
1 parent 691cfb8 commit 8f44972

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/lcmf/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* Computes the least common multiple (LCM) of two single-precision floating-point numbers.
2525
*
2626
* @param a single-precision floating-point number
27-
* @param b single-precision floating-point number
27+
* @param b integer
2828
* @return least common multiple
2929
*
3030
* @example

0 commit comments

Comments
 (0)