Calcul de tangente de l’arc avec la fonction ‘atan()’: revoir orthographe

Author:


Download

  <html>
  <head>
  <title> Fonction Mathématique 'atan()'</title>
  </head>
  <body>
  <table>
  <tr>

	<?php
    $atan1 = atan(0.4346);
    $atan2 = atan(tan(80));

     print $atan1."<br/>";
     print $atan2;

	?>

  </tr>
  </table>
  </body>
</html>

Leave a Reply

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


− 3 = six