ArcHyperbolicFunctionCategoryΒΆ
trigcat.spad line 36 [edit on github]
Category for the inverse hyperbolic trigonometric functions.
- acosh: % -> %
acosh(x)
returns the hyperbolic arc-cosine ofx
.
- acoth: % -> %
acoth(x)
returns the hyperbolic arc-cotangent ofx
.
- acsch: % -> %
acsch(x)
returns the hyperbolic arc-cosecant ofx
.
- asech: % -> %
asech(x)
returns the hyperbolic arc-secant ofx
.
- asinh: % -> %
asinh(x)
returns the hyperbolic arc-sine ofx
.
- atanh: % -> %
atanh(x)
returns the hyperbolic arc-tangent ofx
.