Répresentation binaire d’un décimal

Author:


Download

<html>
<head>
<title> Fonction Mathématique</title>
</head>
<body>
<?php
    echo decbin(8)."<br/>";
    echo base_convert("16", 10, 2);
?>

</body>
</html>

Leave a Reply

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


eight − 7 =