Calcul de cosinus de l’arc avec la fonction ‘acos()’ May 16, 2012 Author: user {filelink=13283} <html> <head> <title> Fonction Math 'acos()'</title> </head> <body> <table> <tr> <?php $acos1 = acos(0.4346); $acos2 = acos(cos(100)); print $acos1."<br/>"; print $acos2; ?> </tr> </table> </body> </html> Categories: Uncategorized