Calcul de cosinus avec la fonction prédéfinie April 17, 2012 Author: user {filelink=13292} <html> <head> <title> Fonction Mathématique</title> </head> <body> <?php $cos1 = cos(10); echo $cos1."<br/>"; $cos2 = cos(bcpow(2,8)); echo $cos2."<br/>"; ?> </body> </html> Categories: Uncategorized