stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

refactor: update `math/base/special/atanh` according to the FreeBSD implementation

Open Neerajpathak07 opened this issue 9 months ago • 5 comments

Resolves #2089.

Description

What is the purpose of this pull request?

This pull request:

  • Refactors the C implementation for math/base/special/atanh according to the FreeBSD implementation.

Related Issues

Does this pull request have any related issues?

This pull request:

  • resolves #2089

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

Neerajpathak07 avatar Mar 19 '25 06:03 Neerajpathak07

Had to rebase due to addition of an unwanted change.

Neerajpathak07 avatar Mar 19 '25 11:03 Neerajpathak07

Coverage Report

Package Statements Branches Functions Lines
math/base/special/atanh $\color{green}248/248$
$\color{green}+100.00\%$
$\color{green}24/24$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}248/248$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this PR.

stdlib-bot avatar Mar 19 '25 17:03 stdlib-bot

@kgryte Have made the changes in the C implementation according to the issue description. Will be working on the javascript implementation once you will green-light this!!.

Neerajpathak07 avatar Mar 19 '25 17:03 Neerajpathak07

cc:- @gunjjoshi

Neerajpathak07 avatar Mar 23 '25 16:03 Neerajpathak07

/stdlib merge

anandkaranubc avatar Jul 14 '25 08:07 anandkaranubc