Click or drag to resize

ComplexMathAtanh(Complex32) Method

This function returns the complex hyperbolic arctangent of the complex number a, arctanh(a). The branch cuts are on the real axis, less than -1 and greater than 1.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex32 Atanh(
	Complex32 a
)

Parameters

a  Complex32
Function argument.

Return Value

Complex32
The complex hyperbolic arctangent of the complex number a.
See Also