-
-
Notifications
You must be signed in to change notification settings - Fork 835
feat: add constants/float32/half-pi
#1953
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
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 <kgryte@gmail.com> Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
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 <gunjjoshi8372@gmail.com>
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 <kgryte@gmail.com>
lib/node_modules/@stdlib/constants/float32/half-pi/test/test.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <kgryte@gmail.com>
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!
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