Calcul de cosinus de l’arc avec la fonction ‘acos()’

Author:


Download

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

Leave a Reply

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


+ 1 = two