Description |
TAN (Magic xpa 3.x)
Returns the tangent of an angle, where the angle is expressed in radians.
|
Syntax:
|
TAN(radians)
|
Parameters:
|
radians: A number that represents the angle, as expressed in radians.
|
Returns:
|
Number – The tangent value.
|
Example:
|
TAN(0.7853981634) returns 1
|
See also:
|
ASIN, ACOS, ATAN, SIN, COS
The Online and Rich Client Samples projects (program NM02 and RNM02)
|
|
|
---|