Skip to content

Commit 5beabf0

Browse files
Update main.c
Signed-off-by: Harsh Mathur <[email protected]>
1 parent 99acace commit 5beabf0

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
/**
2424
* Computes the least common multiple (LCM) of two single-precision floating-point numbers.
2525
*
26-
* @param a integer
27-
* @param b integer
26+
* @param a single-precision floating-point number
27+
* @param b single-precision floating-point number
2828
* @return least common multiple
2929
*
3030
* @example

0 commit comments

Comments
 (0)