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

Hyperbolic trigonometry functions #44376

Open
andersen-hecon opened this issue Oct 10, 2024 · 1 comment
Open

Hyperbolic trigonometry functions #44376

andersen-hecon opened this issue Oct 10, 2024 · 1 comment

Comments

@andersen-hecon
Copy link

Describe the enhancement requested

In economics and health services research we often use hyperbolic trig functions--particularly the hyperbolic arc sine function--to transform skewed data with 0s. While it is possible (and not too difficult) to code up asinh manually (ln(x+sqrt(x^2+1))), it would be great if it could be added to the library of built-in functions.

Component(s)

R

@thisisnic
Copy link
Member

Hi @andersen-hecon - thanks for opening this issue! Would you be interested in submitting a pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants