TAN(1)
PURPOSE
This function returns the tangent of the N type field specified.
PARTS
1 f/c/e The N value.
RETURN TYPE - N
The return value is in radians.
EXAMPLE
define x type n size 12 dec 8
x = tan(1.539)
// x = 31.43957419
Page url: http://www.cassoftware.com/tas/manual/tangent().htm