Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Mathur <[email protected]>
  • Loading branch information
Harsh-Mathur-1503 authored Nov 12, 2024
1 parent 99acace commit 5beabf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/math/base/special/lcmf/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
/**
* Computes the least common multiple (LCM) of two single-precision floating-point numbers.
*
* @param a integer
* @param b integer
* @param a single-precision floating-point number
* @param b single-precision floating-point number
* @return least common multiple
*
* @example
Expand Down

0 comments on commit 5beabf0

Please sign in to comment.