HyperbolicFunctionCategoryΒΆ

trigcat.spad line 87 [edit on github]

Category for the hyperbolic trigonometric functions.

cosh: % -> %

cosh(x) returns the hyperbolic cosine of x.

coth: % -> %

coth(x) returns the hyperbolic cotangent of x.

csch: % -> %

csch(x) returns the hyperbolic cosecant of x.

sech: % -> %

sech(x) returns the hyperbolic secant of x.

sinh: % -> %

sinh(x) returns the hyperbolic sine of x.

tanh: % -> %

tanh(x) returns the hyperbolic tangent of x.