-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Add support for computing the reciprocal square root #253
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
kgryte
left a comment
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.
@MatthewCochrane This is awesome! Really well done. Some very minor nitpicks. Once resolved, this should be ready for merge! Thanks for working on this!
lib/node_modules/@stdlib/math/base/special/rsqrt/examples/index.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/rsqrt/test/fixtures/julia/runner.jl
Outdated
Show resolved
Hide resolved
Co-Authored-By: MatthewCochrane <mattisback@gmail.com>
|
Thanks @kgryte. Appreciate you taking the time to review it. Good catch on a few of those small mistakes with sqrt & rsqrt. |
kgryte
left a comment
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.
@MatthewCochrane I missed a couple of lint errors in my initial review. Sorry about that. Once the example code is fixed, then I'll merge this PR! Thanks again for working on this!
Co-Authored-By: MatthewCochrane <mattisback@gmail.com>
|
@MatthewCochrane Merged! Thanks again for working on this! |
|
Not a problem @kgryte! |
Resolves #221 .
Checklist
develop.developbranch.Description
This pull request:
Related Issues
This pull request:
Questions
I haven't added any benchmarks other than the js benchmark. When I ran
make BENCHMARKS_FILTER=.*/math/base/special/sqrt/.* benchmark(forsqrtwhich has other benchmarks than the javascript ones inbenchmark.js) it would only run the javascipt benchmarks only.Is there any need for other language benchmarks at this point if they're not automatically run?
Other
As I discussed on gitter briefly, I haven't made the markdown equations. When I tried to run
markdown-equationsI got an error stating there was an unbound variable.This is my first PR for this repo and the style guides and procedure are pretty involved. Hopefully I've followed everything correctly but I'll be happy for you to point out any mistakes I've made.
Thanks a lot,
Matt
@stdlib-js/reviewers