Dans :
Fonctions PHP
Concepts PHP
Fonctions MySQL
Fonctions HTML
Forum PHP/MySQL
Cours PHP/MySQL
Scripts PHP/MySQL
tan retourne la tangente de arg ( arg en radians).
<?phpecho tan(M_PI_4); // 1?>
Voir aussi atan , sin , cos et deg2rad .