JScript  

tan Method

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