Returns the complex cotangent of the complex number z, i.e. 1/Sin(z).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex Cot(
Complex z
)
Parameters
- z Complex
- The function argument.
Return Value
ComplexComplex64 cotangent of the complex number z, i.e. 1/Tan(z).
See Also