Futurebasic/Language/Reference/tan

From Wikibooks, open books for an open world
Jump to navigation Jump to search

TAN[edit | edit source]

Function[edit | edit source]

(+) Appearance (+) Standard (+) Console

Syntax[edit | edit source]

The tangent# = TAN(expr)

Description[edit | edit source]

Returns the tangent of expr, where expr is given in radians. TAN always returns a double-precision result. Note: To find the tangent of an angle degAngle which is given in degrees, use the following: theTangent# = TAN(degAngle * pi# / 180) where pi# equals 3.14159265359.

See Also[edit | edit source]

ATN; SIN; COS