tan Method
Returns the tangent of a number.
function tan(number : Number) : Number
Arguments
- number
Required. A numeric expression for which the tangent is calculated.
Remarks
The return value is the tangent of number.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Returns the tangent of a number.
function tan(number : Number) : Number
The return value is the tangent of number.