您可以简单地通过将日志的底数设为e来进行相反的操作。 import math e = 2.718281 math.log(e, 10) = 2.302585093 ln(10) ...
確定! 回上一頁