In this post today I am going to explain different hyperbolic math functions in C++.
Hyperbolic Math Functions:
Method | Description |
---|---|
cosh(x) | It computes the hyperbolic cosine of x. |
sinh(x) | It computes the hyperbolic sine of x. |
tanh(x) | It computes the hyperbolic tangent of x. |
acosh(x) | It finds the arc hyperbolic cosine of x. |
asinh(x) | It finds the arc hyperbolic sine of x. |
atanh(x) | It finds the arc hyperbolic tangent of x. |