Mathematische Funktionen
PHP Manual

cos

(PHP 4, PHP 5, PHP 7)

cosKosinus

Beschreibung

float cos ( float $arg )

cos() berechnet den Kosinus des Winkels arg.

Parameter-Liste

arg

Ein Winkel in Bogenmaß

Rückgabewerte

Der Kosinus des Winkels arg

Beispiele

Beispiel #1 cos() Beispiel

<?php

echo cos(M_PI); // -1

?>

Siehe auch


Mathematische Funktionen
PHP Manual