Futurebasic/Language/Reference/tan
< Futurebasic | Language | Reference
TANEdit
FunctionEdit
(+) Appearance (+) Standard (+) Console
SyntaxEdit
The tangent# = TAN(expr)
DescriptionEdit
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.