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