> Erlang中文手册 > log10/1 计算以10为基数的对数

math:log10/1

计算以10为基数的对数

用法:

log10(X)

计算以10为基数的对数

Log10 = math:log10(100),
io:format("Log10 is ~p~n", [Log10]).