Click or drag to resize

ComplexMathSec Method

Returns the complex secant of the argument z, i.e. 1/Cos(z)

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

Parameters

a  Complex
The function argument.

Return Value

Complex
Complex64 secant of the argument z, i.e. 1/Cos(z).
See Also