Tan()
Summary
Computes the tangent of an angle expressed in radians.
Syntax
value = Tan(real angle_value)
| Argument | Contents |
|---|---|
| angle_value | Any angle, expressed in radians |
Returns
A real number representing the tangent of angle.
See Also
| Function | Summary |
|---|---|
| Sin() | Computes the sine of an angle expressed in radians |
| Cos() | Computes the cosine of an angle expressed in radians |