php radian to cosinine

//cos(angle_in_radians) returns the cos of an angle
<?php

echo cos(M_PI); // -1

?>

Literate Lentil