09 2018 档案
摘要:https://docs.google.com/presentation/d/e/2PACX-1vQGlXP6QZH0ATzXYwnrXinJcCn00fxCOoEczPAXU-n3hAPLUfMfie7CwW4Vk4owYPiNh6g4uc9dx757/pub?st...
阅读全文
摘要:python的对数首先要导入 math 模块:import mathimport numpy as npmath.log(8,2),此为以2为底8的对数等于 math.log2(8);等于np.log2(8)自然对数: 以e为底的对数。e = math.e 约等于 ...
阅读全文