Skip to content

Commit 8f59e2d

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 77e008a commit 8f59e2d

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
@@ -18,7 +18,7 @@
1818

1919
#include "stdlib/math/base/special/lcmf.h"
2020
#include "stdlib/math/base/assert/is_nanf.h"
21-
#include "stdlib/math/base/special/gcd.h"
21+
#include "stdlib/math/base/special/gcdf.h"
2222

2323
/**
2424
* Computes the least common multiple (LCM) of two single-precision floating-point numbers.

0 commit comments

Comments
 (0)