-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
feat: add constants/float32/half-pi
#1953
Conversation
lib/node_modules/@stdlib/constants/float32/half-pi/docs/repl.txt
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/constants/float32/half-pi/include/stdlib/constants/float64/half_pi.h
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/constants/float32/half-pi/package.json
Outdated
Show resolved
Hide resolved
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 for working on this, @gunjjoshi. Left a few comments.
Co-authored-by: Athan <[email protected]> Signed-off-by: GUNJ JOSHI <[email protected]>
Thanks for the review @kgryte. I have made the suggested changes. Also, I have used Is this the correct way, any suggestions ? |
Signed-off-by: GUNJ JOSHI <[email protected]>
lib/node_modules/@stdlib/constants/float32/half-pi/lib/index.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/constants/float32/half-pi/include/stdlib/constants/float64/half_pi.h
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
lib/node_modules/@stdlib/constants/float32/half-pi/test/test.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!
PR-URL: #1976 Ref: #1953 Reviewed-by: Athan Reines <[email protected]>
Resolves a part of #1944
Description
This pull request:
constants/float32/half-pi
.Related Issues
This pull request:
math/base/special/asinf
#1944Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers