We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Starting with #225, it's probably a good long term goal to implement all hyperbolic and non-hyperbolic trigonometric functions:
cosh
arccos
arccosh
sinh
arcsin
arcsinh
tan
tanh
arctan
arctanh
Reusing the macro used in #226 to implement tanh, the other functions should be quickly implementable.
The text was updated successfully, but these errors were encountered:
sin_cos
acos
No branches or pull requests
Starting with #225, it's probably a good long term goal to implement all hyperbolic and non-hyperbolic trigonometric functions:
cosh
arccos
arccosh
sinh
arcsin
arcsinh
tan
tanh
(implemented in Implement tanh, fixes #225 #226)arctan
arctanh
Reusing the macro used in #226 to implement
tanh
, the other functions should be quickly implementable.The text was updated successfully, but these errors were encountered: