Scientific Calculator
Compute powers, roots, logarithms, natural log, trig functions, square root and reciprocal.
Input Data
主要數值。
次方 / 根次 / 底數(視函數而定)。
Results
1,024
2^10 = 1024
At a glance:Wraps common transcendental and power functions: power x^y, root y√x, log_b(x), natural log ln(x), degree-based trig (sin/cos/tan), square root and reciprocal.
Formula
x^y
y√x = x^(1/y)
log_b(x) = ln(x)/ln(b)
Trig uses degrees.
How to Use
- Pick a function.
- Enter x (and y where needed).
- Read the result.
FAQ
Degrees or radians?
Trig functions use degrees; e.g. sin(30°) = 0.5.
Any base for log?
log_b(x) requires b>0, b≠1 and x>0.
Related Tools
References
Content review: Calculatorism Science Team. Results are for reference only.