tan

tan

> Functions

Calculates the tangent of angle angle (in radians).

Parameters
Return
Examples

tan(0) // 0 tan(PI/6) // sqrt(3)/3 tan(PI/4) // 1 tan(-PI / 4) // -1

See as well