A modern scientific calculator in your browser
This scientific calculator handles everything a school or engineering scientific does — trigonometric, inverse trig, hyperbolic, logarithms with arbitrary base, powers, roots, factorial, permutations and combinations, gcd / lcm / mod, and constants like π, e and the golden ratio φ.
Angle units matter. sin(30) is 0.5 in degrees but −0.988 in radians. Use the DEG / RAD / GRAD toggle at the top — the active mode is always shown above the result so you never get caught out.
Results are shown four ways at once: the chosen display mode, a fraction approximation, scientific notation, and hex/binary for integer results. This is helpful when checking calculations in physics, electronics and programming contexts.
Use the ans variable to chain calculations. After a result, just type +5 or *2 — the previous answer is automatically inserted. The History panel keeps the last 30 expressions; tap any to re-edit it.
Tip: x/y style fractions come from the FRAC mode or the dedicated fraction readout under the result. The engine uses continued fractions to find the closest rational approximation up to a denominator of 10,000.