计算 对数 任意底数的对数:
* 使用 e 表示科学记数法。例如:5e3, 4e-8, 1.45e12
计算 with log(number,base):
当:
b y = x
则数值 x 的底数 b 对数 对数:
logb x = y
要在计算器上计算 log-1(y) on the calculator, enter the base b (10 is the default value, enter e for e constant), enter the 对数 value y and press the = or 计算 按钮:
当
y = logb x
The anti 对数 (or inverse 对数) is 计算d by raising the base b to the logarithm y:
x = logb-1(y) = b y
logb(x × y) = logb(x) + logb(y)
logb(x y) = y × logb(x)