<!DOCTYPE html>
<html>
<body>

<?php
echo(exp(0) . "<br>");
echo(exp(1) . "<br>");
echo(exp(10) . "<br>");
echo(exp(4.8));
?>


</body>
</html>