Skip to content

Commit 3f19612

Browse files
Update lib/node_modules/@stdlib/math/base/special/lcmf/README.md
Co-authored-by: Gunj Joshi <[email protected]> Signed-off-by: Harsh Mathur <[email protected]>
1 parent 5fc950b commit 3f19612

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/math/base/special/lcmf/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ var lcmf = require( '@stdlib/math/base/special/lcmf' );
4343
```
4444

4545
### lcmf( a, b )
46+
4647
Computes the [least common multiple][lcm] for two single-precision floating-point numbers `a` and `b`.
4748

4849
```javascript

0 commit comments

Comments
 (0)