JScript  

tan Method

[This is preliminary documentation and subject to change]

Returns the tangent of a number.

Math.tan(number)

The required number argument is a numeric expression for which the tangent is sought.

Remarks

The return value is the tangent of number.

Requirements

Version 1

See Also

acos Method | asin Method | atan Method | atan2 Method | cos Method | Math Object Methods | sin Method

Applies To: Math Object