Python math 模块
Python math.log10(x) 方法返回 x 以 10 为底的对数。
语法
math.log10() 方法语法如下:
math.log10(x)
参数说明
返回值
返回一个整数浮点数 float,表示一个数字以 10 为底的自然对数。
实例
以下实例返回一个数字以 10 为底的自然对数:
输出结果:
0.43429738512450866 0.3010299956639812 0.0