python中打出ln函数

import math
print(math.log(math.e))

首先按照上述语句测试python中log函数的基地

一般来说输出结果是1

也就是说python中的log函数默认是ln函数

你可能感兴趣的:(python,开发语言,后端)