计算一个数字的自然对数
用法:
log(X)
计算参数 X 的自然对数
Log = math:log(2.718281828459045), io:format("Log is ~p~n", [Log]).