tan(X)
Returns the tangent of the given value.
Syntax
tan(X)
Input
| Argument | Type | Description |
|---|---|---|
X |
any numeric type | A numeric value |
Return Value
Returns a decimal number corresponding to the tangent of
X.Note:
X is a measurement in radians.If X is N/A, the result is N/A.
Sample Usage
X |
tan(X) |
|---|---|
| 0.7854 | 1 |
| 0.0785 | 0.0787 |
| -0.0785 | -0.0787 |
| NA | NA |
