tan

(PHP 3, PHP 4, PHP 5)

tan -- Tangente

Description

float tan ( float arg )

tan() retourne la tangente de arg (arg en radians).

Exemple 1. Exemple avec tan()

<?php

echo tan(M_PI_4); // 1

?>

Voir aussi atan(), sin(), cos() et deg2rad().

Hosting by: Hurra Communications GmbH
Generated: 2007-01-26 18:02:16