App下载

demo_func_math_log 在线工具

demo_func_math_log 在线工具

<?php
echo(log(2.7183) . "<br>");
echo(log(2) . "<br>");
echo(log(1) . "<br>");
echo(log(0));
?>
运行结果