<!DOCTYPE html>
<html>
<body>
<?php
echo(acosh(7) . "<br>");
echo(acosh(56) . "<br>");
echo(acosh(2.45));
?>
</body>
</html>