Click or drag to resize

ComplexMathAtan(Complex32) Method

This function returns the complex arctangent of the complex number a, arctan(a)}. The branch cuts are on the imaginary axis, below -i and above i .

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

Parameters

a  Complex32
The function argument.

Return Value

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