Definition: The Cos () Function, calculates the cosine of the given number and returns it in radians. It is written as Cos (your_number) ;
Also Known As: Cosine, Cos
Examples:
<?phpThis returns a value of -1
echo cos(M_PI) ;
?>

