Forum und email

cos

(PHP 4, PHP 5)

cos — Cosine

Descrierea

float cos ( float $arg )

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

Parametri

arg

An angle in radians

Valorile întroarse

The cosine of arg

Exemple

Example#1 cos() example

<?php

echo cos(M_PI); // -1

?>

Vedeţi de asemenea