August 2001
Intermediate to advanced
656 pages
18h 5m
English
Tan Function
System.Math
Tan(a)
a
Use: Required
Data Type: Double
An angle in radians
A Double containing the tangent of an angle
Returns the ratio of two sides of a right angle triangle
The returned ratio is derived by dividing the length of the side opposite the angle by the length of the side adjacent to the angle.
This is a Shared member, so it can be used without creating any objects.
You can convert degrees to radians using the following formula:
radians = degrees * (pi/180)
You can convert radians to degrees using the following formula:
degrees = radians * (180/pi)
Read now
Unlock full access