(PHP 4, PHP 5)
cos — Cosine
Описание
float
cos ( float $arg )
cos() returns the cosine of the arg parameter. The arg parameter is in radians.
Список параметров
Возвращаемые значения
The cosine of arg
Примеры
cos() example
<?php
echo cos(M_PI); // -1
?>
Смотрите также
acos() |
sin() |
tan() |
deg2rad() |