HyperbolicFunctionCategoryΒΆ
trigcat.spad line 87 [edit on github]
Category for the hyperbolic trigonometric functions.
- cosh: % -> %
cosh(x)
returns the hyperbolic cosine ofx
.
- coth: % -> %
coth(x)
returns the hyperbolic cotangent ofx
.
- csch: % -> %
csch(x)
returns the hyperbolic cosecant ofx
.
- sech: % -> %
sech(x)
returns the hyperbolic secant ofx
.
- sinh: % -> %
sinh(x)
returns the hyperbolic sine ofx
.
- tanh: % -> %
tanh(x)
returns the hyperbolic tangent ofx
.