Click or drag to resize

ComplexMathAsec(Double) Method

This function returns the complex arcsecant of the real number a, arcsec(a) = arccos(1/a).

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

Parameters

a  Double
Function argument.

Return Value

Complex
The complex arcsecant of the real number a.
See Also