Click or drag to resize

ComplexMathCsc Method

Returns the complex cosecant 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 Csc(
	Complex z
)

Parameters

z  Complex
The function argument.

Return Value

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