-
-
Notifications
You must be signed in to change notification settings - Fork 907
docs: update examples in math/base/special/lcmf
#3319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
math/base/special/lcmf
math/base/special/lcmf
math/base/special/lcmf
Coverage Report
The above coverage report was generated for the changes in this PR. |
@gunjjoshi You mind simplifying the example code further, please var a = randu( 100, 0, 50 );
var b = randu( 100, 0, 50 );
var i; ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @gunjjoshi!
Done, thanks for the suggestion! |
lib/node_modules/@stdlib/math/base/special/lcmf/examples/index.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks, @gunjjoshi and @Planeshifter!
PR-URL: stdlib-js#3319 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: Athan Reines <[email protected]>
Description
This pull request:
math/base/special/lcmf
to use@stdlib/random/array/discrete-uniform
.Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers