對數
計算對數可以使用 log 函數 。
log 100
To calculate a logarithm in a different base use a subscript number or normal number after the function.
log₂ 32
log2 (32)
log (32;2)
若要計算自然對數,使用 ln 函數。
ln 1.32
Euler's number can be entered by using the constant e.
e^1.32