tan

Description

Returns the tangent of an angle, provided in radians.

Parameters

Return Type

Number

Example

number a = tan(4); print("a= " + a);

Prints: a= 1.1578212823495777;

See also