احسب اللوغاريتم لرقم بأي أساس:
* استخدم e للترميز العلمي. مثال: 5e3, 4e-8, 1.45e12
احسب with log(number,base):
عندما:
b y = x
إذن لوغاريتم الأساس b اللوغاريتم للرقم x:
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)