Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd hyperbolic trig functions #968
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rtavenner commentedJul 15, 2018
Suggestion: Provide hyperbolic trig functions (
sinh,cosh,tanh,asinh,acosh,atanh) in Basics.All of these are already javascript functions (
Math.cosh,Math.sinh, etc.), so this should be easy to implement.Current workaround:
(I got these formulas from Wolfram Mathworld.)
I use these functions a lot! In my own code, I have manually defined
coshandsinh5 times,acosh3 times, andasinhtwice.Note: This suggestion probably belongs in the meta-issue "Math and Numbers" (#721).