Trigonometric Secant of an angle in radian, or hypotenuse / adjacent. Reciprocal of the cosine.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Sec(
double radian
)
Parameters
- radian Double
- The angle in radian.
Return Value
DoubleThe secant of the radian angle.
See Also