log表示以e为底数的对数函数符号。其验证代码如下:

a=np.log(np.e )
print(a)
print(np.e)

python 代码中log表示含义_系统