Click or drag to resize

TrigSec(Double) Method

Trigonometric Secant of an angle in radian, or hypotenuse / adjacent. Reciprocal of the cosine.

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

Parameters

radian  Double
The angle in radian.

Return Value

Double
The secant of the radian angle.
See Also