calctube
🔬 Math Updated2026-07-19

Scientific Calculator.

Quick answer

A full scientific calculator with trigonometry (sin, cos, tan), logarithms (log, ln), powers, roots, π, e and factorial. Switch between degrees and radians for trig, and the result updates as you type. Runs entirely in your browser.

🔬

Scientific Calculator

0
✨ Live · Trig uses degrees (toggle top-right). Supports π, e, powers (xʸ), √, log, ln and factorial (n!).
📊 Function reference

What each button does.

Button What it does
sin, cos, tan Trigonometric functions (choose DEG or RAD)
ln Natural logarithm (base e)
log Common logarithm (base 10)
Square root
xʸ (^) Raise to a power, e.g. 2^10 = 1024
π Pi ≈ 3.14159
e Euler's number ≈ 2.71828
n! Factorial, e.g. 5! = 120
% Percent: divides the number by 100
❓ FAQ

Common questions.

How do I use degrees vs radians for trig functions?
Use the DEG / RAD toggle in the top-right of the calculator. In DEG mode, sin(30) = 0.5 because 30 is read as degrees; in RAD mode the same input is treated as 30 radians and gives a very different answer. Most school and everyday geometry uses degrees, while calculus and physics usually use radians. Pick the one your problem expects before you calculate.
What is the difference between log and ln?
"log" is the common logarithm, base 10, so log(1000) = 3 because 10³ = 1000. "ln" is the natural logarithm, base e (≈ 2.718), which appears throughout calculus, growth and decay. So log and ln of the same number give different values; use log for base-10 work and ln when the maths involves continuous growth or the constant e.
How do I calculate powers and roots?
For powers, use the xʸ (^) button: type the base, press ^, then the exponent: 2 ^ 10 = 1024. For square roots use the √ button, which inserts √( for you, so √(144) = 12. For other roots, use a fractional exponent: a cube root is the power 1/3, e.g. 27 ^ (1÷3) = 3.
How does the percentage button work?
The % button divides the current number by 100, turning it into its decimal form. So 50% becomes 0.5, and 200 × 15% evaluates as 200 × 0.15 = 30. It's handy for quick percentage-of calculations without converting by hand.
Is the calculator private? Is my data sent anywhere?
Yes, it's private. Every calculation runs locally in your browser with no data sent to any server. There's nothing to sign up for and no history stored, so you can use it freely for homework, exams practice, engineering or finance work.