cos

(PHP 3, PHP 4 )

cos -- Cosine

Description

float cos ( float arg)

cos() returns the cosine of the arg parameter. The arg parameter is in radians.

See also acos(), sin() tan() and deg2rad().