Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<ceilcosh>
Last updated: Tue, 19 Sep 2006

cos

(PHP 3, PHP 4, PHP 5)

cos -- Cosine

Description

float cos ( float arg )

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

Example 1. cos() example

<?php

echo cos(M_PI); // -1

?>

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




<ceilcosh>
Last updated: Tue, 19 Sep 2006