ComplexMathAcosh(Complex) Method |
This function returns the complex hyperbolic arccosine of the complex
number a, arccosh(a). The branch cut is on the real axis,
less than 1.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex Acosh(
Complex a
)
Parameters
- a Complex
- Function argument.
Return Value
ComplexThe complex hyperbolic arccosine of the complex number a.
See Also