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