Skip to content

Commit ff495ab

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 4b74121 commit ff495ab

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
@@ -23,7 +23,7 @@
2323
/**
2424
* Computes the least common multiple (LCM) of two single-precision floating-point numbers.
2525
*
26-
* @param a single-precision floating-point number
26+
* @param a integer
2727
* @param b integer
2828
* @return least common multiple
2929
*

0 commit comments

Comments
 (0)