수학
로그 계산기
임의의 밑으로 로그, 자연로그, 역로그 계산
사용 방법
- Select a common base (log₁₀, ln, log₂) using the quick buttons, or type any custom base.
- Enter the number (x) you want to find the logarithm of.
- The result appears instantly — no button press needed.
- The result card also shows the antilogarithm (verification) and the equivalent in other bases.
공식
The logarithm logb(x) answers: "To what power must b be raised to produce x?"
- log₁₀(x) — Common logarithm (base 10)
- ln(x) — Natural logarithm (base e ≈ 2.71828)
- log₂(x) — Binary logarithm (base 2)
Change of base formula: logb(x) = ln(x) / ln(b)
Constraint: b > 0, b ≠ 1, x > 0