-
-
Notifications
You must be signed in to change notification settings - Fork 804
refactor: update math/base/special/atanh
according to the FreeBSD implementation
#6179
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
base: develop
Are you sure you want to change the base?
Conversation
a6d226a
to
52b85a0
Compare
Had to rebase due to addition of an unwanted change. |
@@ -18,7 +18,7 @@ | |||
* | |||
* ## Notice | |||
* | |||
* The following copyright, license, and long comment were part of the original implementation available as part of [FreeBSD]{@link https://svnweb.freebsd.org/base/release/9.3.0/lib/msun/src/e_atanh.c?view=markup}. The implementation follows the original, but has been modified for JavaScript. | |||
* The following copyright, license, and long comment were part of the original implementation available as part of [FreeBSD]{@link https://svnweb.freebsd.org/base/release/12.2.0/lib/msun/src/e_atanh.c?view=markup}. The implementation follows the original, but has been modified for JavaScript. |
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.
Have updated the link to the new version of FreeBSD
Coverage Report
The above coverage report was generated for the changes in this PR. |
@kgryte Have made the changes in the C implementation according to the issue description. Will be working on the |
cc:- @gunjjoshi |
Resolves #2089.
Description
This pull request:
math/base/special/atanh
according to the FreeBSD implementation.Related Issues
This pull request:
math/base/special/atanh
according to the FreeBSD implementation #2089Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers