Calcul de tangente de l’arc avec la fonction ‘atan()’: revoir orthographe August 9, 2012 Author: user {filelink=13285} <html> <head> <title> Fonction Mathématique 'atan()'</title> </head> <body> <table> <tr> <?php $atan1 = atan(0.4346); $atan2 = atan(tan(80)); print $atan1."<br/>"; print $atan2; ?> </tr> </table> </body> </html> Categories: Uncategorized