Overview
Grammar | TAN(number) | Returns the tangent of a given angle. |
Parameter | number | The angle in radians you want the tangent of. If the parameter is in degrees, multiply it by PI()/180 to convert it to radians. |
Notes
The function supports only one numerical parameter.
Example
Formula | Result | Notes |
---|---|---|
TAN(0.8) | 1.029638557 | |
TAN(45*Pi()/180) | 1 |