May 1995
Beginner
508 pages
16h 14m
English
Tan Function
Tan
(number)
number
Use: Required
Data Subtype: Numeric expression
An angle in radians.
A Variant of subtype 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.
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