📊 로그 계산기
로그(logarithm)란?
로그는 지수의 역함수입니다. log_b(x) = y ⟺ b^y = x
상용로그: log₁₀(x) = log x
자연로그: logₑ(x) = ln x (e ≈ 2.71828)
이진로그: log₂(x)
| 식 | 결과 |
|---|---|
| log₁₀(100) | 2 |
| log₁₀(1000) | 3 |
| ln(e) | 1 |
| log₂(8) | 3 |
| log₂(1024) | 10 |
📝 로그 계산
📌 로그 성질
log(a×b) = log(a) + log(b) | log(a/b) = log(a) − log(b) | log(aⁿ) = n×log(a)
밑 변환: log_b(x) = log(x) ÷ log(b)