<!DOCTYPE html>
<html>
<body>

<?php
echo(asinh(7) . "<br>");
echo(asinh(56) . "<br>");
echo(asinh(2.45));
?>


</body>
</html>