Calcul de cosinus avec la fonction prédéfinie

Author:


Download

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

Leave a Reply

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


+ five = 8