Logarithms
Logarithms can be calculated using the log function.
log 100
To calculate a logarithm in a different base use a subscript number after the function.
log₂ 32
To calculate a natural logarithm use the ln function.
ln 1.32
Euler's number can be entered by using the variable e.
e^1.32