ComplexMathAtan(Complex) 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.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex Atan(
Complex a
)
Parameters
- a Complex
- The function argument.
Return Value
ComplexThe complex arctangent of the complex number a.
See Also