Navigation: thinBasic Modules > Math > Trigonometric function > Tangent |
|
Description
Same as Tan function but with error checking for undefined values (undefined at Pi/2, 3Pi/2, 5Pi/2 etc. i.e. multiples of 90°).
Syntax
n = Tangent(Angle)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
Angle |
Number |
No |
Any numerical expression |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |