ArcCosh
ArcCosh[z]
gives the inverse hyperbolic cosine of the complex number
.
Details

- Mathematical function, suitable for both symbolic and numerical manipulation.
- For certain special arguments, ArcCosh automatically evaluates to exact values.
- ArcCosh can be evaluated to arbitrary numerical precision.
- ArcCosh automatically threads over lists.
- ArcCosh[z] has a branch cut discontinuity in the complex
plane running from
to
.
Background & Context
- ArcCosh is the inverse hyperbolic cosine function. For a real number
, ArcCosh[x] represents the hyperbolic angle measure
such that
.
- ArcCosh automatically threads over lists. For certain special arguments, ArcCosh automatically evaluates to exact values. When given exact numeric expressions as arguments, ArcCosh may be evaluated to arbitrary numeric precision. Operations useful for manipulation of symbolic expressions involving ArcCosh include FunctionExpand, TrigToExp, TrigExpand, Simplify, and FullSimplify.
- ArcCosh is defined for complex argument
by
. ArcCosh[z] has a branch cut discontinuity in the complex
plane.
- Related mathematical functions include Cosh, ArcSinh, and ArcCos.
Examples
open allclose allSee Also
Tutorials
Related Guides
Related Links
Introduced in 1988
(1.0)