Calcul de cosinus avec la fonction prédéfinie

Author:
<html>
<head>
<title> Fonction Mathématique</title>
</head>
<body>
<?php
    $cos1 = cos(10);
    ec