Click or drag to resize

ComplexMathSech Method

This function returns the complex hyperbolic secant of the complex number a, sech(a) = 1/cosh(a).

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

Parameters

a  Complex
Function argument.

Return Value

Complex
The complex hyperbolic secant of the complex number a.
See Also