Click or drag to resize

ComplexMathCot Method

Returns the complex cotangent of the complex number z, i.e. 1/Sin(z).

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

Parameters

z  Complex
The function argument.

Return Value

Complex
Complex64 cotangent of the complex number z, i.e. 1/Tan(z).
See Also