App下载

demo_func_math_acosh 在线工具

demo_func_math_acosh 在线工具

<?php
echo(acosh(7) . "<br>");
echo(acosh(56) . "<br>");
echo(acosh(2.45));
?>
运行结果