App下载

demo_func_math_asinh 在线工具

demo_func_math_asinh 在线工具

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