Skip to content
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

[RFC]: update math/base/special/atanh according to the FreeBSD implementation #2089

Open
3 tasks done
gunjjoshi opened this issue Mar 29, 2024 · 3 comments
Open
3 tasks done
Labels
Accepted RFC feature request which has been accepted. C Issue involves or relates to C. difficulty: 3 Likely to be challenging but manageable. Math Issue or pull request specific to math functionality. priority: Normal Normal priority concern or feature request. RFC Request for comments. Feature requests and proposed changes.

Comments

@gunjjoshi
Copy link
Member

gunjjoshi commented Mar 29, 2024

Description

This RFC proposes updating the C implementation for math/base/special/atanh, according to the FreeBSD implementation.

We need to convert the floating-point value to a word and then perform integer calculations, as given in the original FreeBSD implementation.

Related Issues

None.

Questions

No.

Other

No.

Checklist

  • I have read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
  • The issue name begins with RFC:.
@Deepakchowdavarapu
Copy link

@gunjjoshi I would like to solve this issue

@gunjjoshi
Copy link
Member Author

@Deepakchowdavarapu Thanks for volunteering, go ahead!

@Deepakchowdavarapu
Copy link

Hi @gunjjoshi , I've updated the atanh implementation as described in issue #2089. Could you please review my work in PR #2746? Also, if possible, I'd appreciate it if you could assign this issue to me.
Thanks for your time and consideration!

@kgryte kgryte added RFC Request for comments. Feature requests and proposed changes. difficulty: 3 Likely to be challenging but manageable. Math Issue or pull request specific to math functionality. Accepted RFC feature request which has been accepted. priority: Normal Normal priority concern or feature request. C Issue involves or relates to C. labels Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted RFC feature request which has been accepted. C Issue involves or relates to C. difficulty: 3 Likely to be challenging but manageable. Math Issue or pull request specific to math functionality. priority: Normal Normal priority concern or feature request. RFC Request for comments. Feature requests and proposed changes.
Projects
None yet
Development

No branches or pull requests

3 participants