Calcul de l’arc sinus avec la fonction ‘asin()’ April 19, 2012 Author: user {filelink=13284} <html> <head> <title> Fonction Math 'asin()'</title> </head> <body> <table> <tr> <?php $asin1 = asin(0.4346); $asin2 = asin(sin(100)); print $asin1."<br/>"; print $asin2; ?> </tr> </table> </body> </html> Categories: Uncategorized