ComplexMathAsinh(Complex32) Method |
This function returns the complex hyperbolic arcsine of the
complex number a, arcsinh(a). The branch cuts are on the
imaginary axis, below -i and above i.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex32 Asinh(
Complex32 a
)
Parameters
- a Complex32
- Function argument.
Return Value
Complex32The complex hyperbolic arcsine of the complex number a.
See Also