Calcul de l’arc sinus avec la fonction ‘asin()’

Author:


Download

		 <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>

Leave a Reply

Your email address will not be published. Required fields are marked *


7 − one =