TAN

Returns the tangent of a value specified in radians.

Syntax

TAN(Value)

Example

This example returns 0:

TAN(0)

This example returns 1:

TAN(0.7854)