Skip to content

Commit 5fc950b

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 755782e commit 5fc950b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The [least common multiple][lcm] (lcm) of two non-zero integers `a` and `b` is t
4242
var lcmf = require( '@stdlib/math/base/special/lcmf' );
4343
```
4444

45-
### lcmf(a,b)
45+
### lcmf( a, b )
4646
Computes the [least common multiple][lcm] for two single-precision floating-point numbers `a` and `b`.
4747

4848
```javascript

0 commit comments

Comments
 (0)