Mathematische Funktionen
PHP Manual

tan

(PHP 4, PHP 5, PHP 7)

tanTangens

Beschreibung

float tan ( float $arg )

tan() berechnet den Tangens des Winkels arg.

Parameter-Liste

arg

Ein Winkel in Bogenmaß

Rückgabewerte

Der Tangens des Winkels arg

Beispiele

Beispiel #1 tan() Beispiel

<?php

echo tan(M_PI_4); // 1

?>

Siehe auch


Mathematische Funktionen
PHP Manual