-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Add support for computing the inverse/arc cotangent (acot) #303
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
|
@JithinKS97 Awesome! Will review shortly! |
|
@JithinKS97 Looks good! The only questions I have are:
Thanks! |
|
@kgryte I've updated the In the benchmark, I had to change the Also when I ran c benchmark file, I got the warning Which got removed when I included time.h in header. Can I keep it that way? |
|
@JithinKS97 Re: In short, yes, keep the |
|
@JithinKS97 Thanks for updating the REQUIRE files! LGTM. |
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.
@JithinKS97 Looks good to me. Merging! Thanks for working on this!
|
Thanks very much |
|
@JithinKS97 For reference, I did a final tidy in this commit a9a6661 to match project conventions (style, etc), fix some "bugs" on our end (erroneous info in the |
|
@kgryte Noted that 👍 |
Resolves #233 .
Checklist
develop.developbranch.Description
This pull request:
Related Issues
This pull request:
resolves RFC: add support for computing the inverse/arc cotangent (acot) #233
Questions
No.
Other
The test fixtures for the arccot function were generated using Julia
1.4.2where as in the other parts of the code base, an older version of0.5is used and the functionrangeis used instead oflinspaceaslinspaceis deprecated in the newer version of julia.@stdlib-js/reviewers