常用对数
对数运算可以使用 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