gpt4 book ai didi

python - 在python中计算对数

转载 作者:IT老高 更新时间:2023-10-28 20:36:12 25 4
gpt4 key购买 nike

我想知道为什么 log base 10 (1.5) 在 python 中的结果 = 0.405465108108 而真正的答案 = 0.176091259。

这是我写的代码:

import math
print math.log(1.5)

谁能告诉我如何解决这个问题?

最佳答案

来自 the documentation :

With one argument, return the natural logarithm of x (to base e).

With two arguments, return the logarithm of x to the given base, calculated as log(x)/log(base).

但是日志10math.log10() 的形式提供,如果可能,它不会诉诸对数除法。

关于python - 在python中计算对数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33754670/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com