Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.