TAN
Returns the tangent of a given angle.
Syntax
TAN(angle)
angle - the angle in radian from which the tangent should be returned - Value type: number
Remarks
If angle is in degrees, it should be multiplied by PI() / 180.
Examples
Example 1 - TAN of a single value:

Example 2 - TAN for a range of values:

Last updated