tan

(PHP 3, PHP 4 )

tan -- Tangent

Description

float tan ( float arg)

tan() returns the tangent of the arg parameter. The arg parameter is in radians.

See also atan(), sin(), cos() and deg2rad().