Free Online Tools
Type or click · Enter for = · Esc clears
Click the keys or use your keyboard to build an expression, then press =
(or Enter) to calculate it — nothing is evaluated until then, same as the basic
calculator. An unclosed ( is closed automatically when you press
=.
) or just press =.
This calculator follows the same order of operations you'd have learned in school as
BODMAS or BEDMAS - Brackets, Orders/Exponents, Division and Multiplication, Addition
and Subtraction, worked left to right within each tier. Concretely, that's
(...) and functions first, then ^ and postfix !/%,
then ×/÷, then +/− last - so
2+3×4 is 14, not 20, because the multiplication happens
before the addition.
Some calculators let you write two terms side by side and treat it as multiplication -
2π meaning 2×π, or 3(4+5) meaning
3×(4+5). This one doesn't: every multiplication needs an explicit
×, so write 2×π and 3×(4+5) instead - typing
2π on its own gives Error, not 6.28.
This sidesteps a genuinely disputed case: 6÷2(3) reads as
1 under the older convention (implied multiplication binds tighter
than ÷, so 2(3) is grouped first: 6÷6), but as 9 under
the convention most calculators use today (implied multiplication has the same
precedence as ×, worked left to right: 6÷2×3). Since even calculators disagree,
this one just won't accept 6÷2(3) at all - you write
6÷2×3 (=9) or 6÷(2×3) (=1), whichever you actually mean.
With DEG selected, typing sin(30) and pressing = gives
0.5. Typing 5^2+3! gives 31 (25 plus
6), since ^ and ! both bind tighter than +.