Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
resolved import errors

Signed-off-by: Harsh Mathur <[email protected]>
  • Loading branch information
Harsh-Mathur-1503 authored Nov 12, 2024
1 parent 881bfd4 commit de17576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/node_modules/@stdlib/math/base/special/lcmf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ v = lcmf( NaN, 12 );
<!-- eslint no-undef: "error" -->

```javascript
var randu = require( '@stdlib/random/base/randu' );
var round = require( '@stdlib/math/base/special/round' );
var lcmf = require( '@stdlib/math/base/special/lcmf' );

var v;
Expand Down

0 comments on commit de17576

Please sign in to comment.