로그

로그는 로그 함수로 계산할 수 있습니다.

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