Share via


tan Method (JScript 5.6) 

Returns the tangent of a number.


Math.tan(number) 

Remarks

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

The return value is the tangent of number.

Requirements

Version 1

Applies To: Math Object (JScript 5.6)

See Also

Reference

acos Method (JScript 5.6)
asin Method (JScript 5.6)
atan Method (JScript 5.6)
atan2 Method (JScript 5.6)
cos Method (JScript 5.6)
sin Method (JScript 5.6)