ComplexMathAcosh(Double) Method |
This function returns the complex hyperbolic arccosine of
the real number a, arccosh(a).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex Acosh(
double a
)
Parameters
- a Double
- Function argument.
Return Value
ComplexThe complex hyperbolic arccosine of
the real number a.
See Also