Microsoft JScript
tan Method
Language Reference
Version 1

See Also Applies To


Description
Computes the tangent of a number.
Syntax
Math.tan(number)

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

Remarks
The return value is the tangent of number.

Comments