Navigation: thinBasic Modules > Math > Trigonometric function > Cotan |
|
Description
Returns the cotangent of Angle in radians.
Syntax
n = CosH(Angle)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
Angle |
Number |
No |
Any numerical expression |
Remarks
Cotan(Angle) = Cos(Angle) / Sin(Angle)
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |