tan Method

Returns the tangent of a number.

function tan(number : Number) : Number

Arguments

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

Remarks

The return value is the tangent of number.

Requirements

Version 1

Applies To:

Math Object

See Also

Reference

acos Method

asin Method

atan Method

atan2 Method

cos Method

sin Method