\(\text{arcosh}\)

You can use the \(\text{arcosh}\) function to calculate the area or inverse hyperbolic cosine function. The function uses the underlying platform specific C++ hyperbolic functions to calculate values.

You can use the \arcosh backslash command to insert this function.

The following variants of this function are available:

  • \(\text{complex } \text{arcosh} \left ( \text{<value>} \right )\)

Where <value> can be any basic type.

Note that run-time type conversion allows the result of this function to be assigned to any basic type provided the returned value is compatible with that type.

The example below shows how you can use this function:

\[a = \text{arcosh } 1.0\]
\[\text{a = 0}\]