App下载

demo_func_math_log10 在线工具

demo_func_math_log10 在线工具

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