tan Method 

Returns the tangent of a number.


function tan(number : Number) : Number

number

Required. A numeric expression for which the tangent is calculated.

The return value is the tangent of number.

Show: