Click or drag to resize

ComplexMathAcot Method

This function returns the complex arccotangent of the complex number a, arccot(a) = arctan(1/a).

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

Parameters

a  Complex
Function argument.

Return Value

Complex
The complex arccotangent of the complex number a.
See Also