
python中打出ln函数
import math print(math.log(math.e))
首先按照上述语句测试python中log函数的基地
一般来说输出结果是1
也就是说python中的log函数默认是ln函数
👁️ 阅读量:0
© 版权声明:本文《python中打出ln函数》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686659078a319196.html。