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: add support for computing the hyperbolic cotangent (coth) #230

Open
kgryte opened this issue Oct 23, 2018 · 0 comments
Open

RFC: add support for computing the hyperbolic cotangent (coth) #230

kgryte opened this issue Oct 23, 2018 · 0 comments

Comments

@kgryte
Copy link
Member

@kgryte kgryte commented Oct 23, 2018

Checklist

Please ensure the following tasks are completed before submitting a feature request.

  • Read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
  • The issue name begins with RFC:.

Description

Description of the feature request.

This RFC proposes adding support for computing the hyperbolic cotangent. The initial implementation is straightforward:

return 1.0 / tanh( x );

Package: @stdlib/math/base/special/coth
Alias: base.coth

Related Issues

Does this feature request have any related issues?

No.

Questions

Any questions for reviewers?

No.

Other

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

Reference implementations:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Features
Backlog
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.