This function returns the complex hyperbolic cosecant of the complex
number a, csch(a) = 1/sinh(a)}.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex Csch(
Complex a
)
Parameters
- a Complex
- Function argument.
Return Value
ComplexThe complex hyperbolic cosecant of the complex number a.
See Also