tan

From Bohemia Interactive Community
Revision as of 11:57, 23 April 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


tan x


Operand types:

x: Number

Type of returned value:

Number

Description:

Tangent of x, argument in degrees.


Example:

_tangent = tan 45 .......Result is 1