Python基础-对数

2023-01-31 02:01:54 python 基础

import math # 需要导入模块Module: math

a=math.log(c,b) #计算以c为底,b的对数:


a=math.log(b) # 当参数c缺省,默认取自然对数


相关文章