Open gunjjoshi opened 8 months ago
@gunjjoshi I would like to solve this issue
@Deepakchowdavarapu Thanks for volunteering, go ahead!
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!
@gunjjoshi Can i try to work on this issue? Is it open?
@RiyaChy072 Yes, feel free to submit a PR for this.
@gunjjoshi Can you kindly check if it's done or not? And kindly let me know if i should add more changing files. Also accept my apology for committing the contributor's list. It was accidentally happened and don't know what to do with it, as an absolute beginner. Thanks.
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
RFC:
.