Skip to content

Commit

Permalink
Update lib/node_modules/@stdlib/math/base/special/lcmf/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Gunj Joshi <[email protected]>
Signed-off-by: Harsh Mathur <[email protected]>
  • Loading branch information
Harsh-Mathur-1503 and gunjjoshi authored Nov 12, 2024
1 parent 3f19612 commit d769d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/math/base/special/lcmf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var lcmf = require( '@stdlib/math/base/special/lcmf' );
Computes the [least common multiple][lcm] for two single-precision floating-point numbers `a` and `b`.

```javascript
var v = lcmf( 10.0,12.0 );
var v = lcmf( 10, 12 );
// returns 60
```

Expand Down

0 comments on commit d769d4e

Please sign in to comment.