<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Math > Trigonometric function > Sec |
Description
Returns the secant of Angle in radians.
Syntax
n = Sec(Angle)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
nValue |
Number |
No |
Any numerical expression |
Remarks
Sec(Angle) = 1 / Cos(Angle)
Restrictions
See also
Examples