Lingo Dictionary > T-Z > tan() |
![]() ![]() ![]() |
tan()
Syntax
tan(
angle
)
Description
Math function; yields the tangent of the specified angle expressed in radians as a floating-point number.
Example
The following function yields the tangent of pi/4:
tan (PI/4.0) = 1
The ¼ symbol cannot be used in a Lingo expression.
See also
![]() ![]() ![]() |