Returns the tangent of a number.
function tan(number : Number) : Number
Required. A numeric expression for which the tangent is calculated.
The return value is the tangent of number.
Version 1
Math Object