Returns the tangent of a number.
Math.tan(number)
The required number argument is a numeric expression for which the tangent is sought.
The return value is the tangent of number.
acos Method | asin Method | atan Method | atan2 Method | cos Method | Math Object Methods | sin Method
Applies To: Math Object