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