Online Calculator
A fast, free calculator for everyday sums: tap the keys or type on your keyboard, see the answer as you go, and keep a history you can copy.
Online Calculator
History
Your calculations appear here, newest first. Tap an expression to edit it again or a result to use it. Saved only on this device.
Working
ExampleRead as 12 + 7 × 3
7 × 3 = 21first: multiply12 + 21 = 33add
Answer: 33
How to use the online calculator
Tap the keys, or just start typing — the calculator listens to your keyboard as soon as the page opens, so you do not need
to click the display first. The big line shows what you have entered, and the line under it previews the answer while you
type. Press = or Enter to finish. After that, typing a digit starts a new calculation, while
typing an operator such as + or × carries on from the answer, which appears as Ans.
You can enter a whole expression at once, brackets and all, such as (1250 − 175) × 1.08, and fix a typo by
clicking in the display and moving the cursor. Every finished calculation goes onto the History tape:
tap an expression to edit it again, tap a result to use it in your next sum, or press Copy to paste the
whole tape into a note or an email. The Share button creates a link that opens with your last calculation
on screen.
Keyboard shortcuts
| Key | What it does |
|---|---|
| 0–9, . | Digits and the decimal point |
| + - * / | Plus, minus, times (×), divide (÷) |
| Enter or = | Equals |
| Backspace | Delete the last character |
| Esc | All clear (AC); your history and memory stay |
| % | Percent (see below) |
| ( ) | Brackets |
| ^ | Power, e.g. 2^10 = 1,024 |
Copy and paste work as usual in the display. For square roots, sin, cos, logarithms and factorials, use the
scientific calculator — although this one also understands them if you type
them, for example sqrt(2).
How the % key works
The percent sign simply means “hundredths”: 15% is 15 × 0.01 = 0.15. The only special case is + and −, where, as on most handheld and phone calculators, the percentage is taken of the number in front of it — the way you add a tip or take off a discount:
| You type | Read as | Answer |
|---|---|---|
50% | 50 ÷ 100 | 0.5 |
80 + 15% | 80 + (15% of 80) = 80 + 12 | 92 |
80 − 15% | 80 − (15% of 80) = 80 − 12 | 68 |
80 × 15% | 80 × 0.15 | 12 |
80 ÷ 5% | 80 ÷ 0.05 | 1,600 |
Calculators do not all agree on %, so the Working panel spells out which rule was used. For taxes, see the sales tax calculator; for stacked discounts, the discount calculator.
Order of operations (PEMDAS)
When a calculation mixes operations, the calculator follows the conventional order taught in US schools, remembered as PEMDAS (“Please Excuse My Dear Aunt Sally”):
- Parentheses (brackets) first, innermost first.
- Exponents (powers such as
2^3). - Multiplication and Division, working from left to right.
- Addition and Subtraction, working from left to right.
Worked example: 12 + 7 × 3 is 33, not 57. Multiplication comes first,
7 × 3 = 21, then 12 + 21 = 33. Multiplication and division share a rank, as do addition and subtraction, so each pair
is done strictly left to right: 20 − 8 ÷ 4 × 2 is 8 ÷ 4 = 2, then 2 × 2 = 4, then 20 − 4 =
16. Type either one and the Working panel below the keypad lists the same steps in the same order.
A cheap calculator that works through each key as you press it would give 57 for the first example — that is the most
common reason two calculators disagree.
Memory keys
Memory is handy for totals built from several separate calculations. To add up three items bought in different
quantities, type 3 × 4.25 and press M+, then 2 × 7.5 and M+, then 12.99 and M+.
Press MR and the display shows the running total, 40.74. M− subtracts instead, and MC resets the memory to zero.
Why 0.1 + 0.2 shows 0.3 here
Computers store numbers in binary, and many everyday decimals — 0.1 among them — have no exact binary form, so raw
computer arithmetic gives 0.1 + 0.2 = 0.30000000000000004. This calculator rounds every displayed answer to 12
significant digits and treats a sum that should cancel out as exactly zero, so you see 0.3, and 0.1 + 0.2 − 0.3 gives 0.
The rounding is only in the display: the full value is kept for Ans, memory and the history, so
1 ÷ 3 followed by × 3 returns exactly 1.
Two honest limits: whole numbers above about 9 quadrillion (253) cannot be stored exactly, and repeating decimals such as ⅓ are approximations. If you need exact answers with fractions, use the fraction calculator, which works with whole-number arithmetic and never rounds.
Frequently asked questions
How do I work out a percentage on this calculator?
To add or take off a percentage, type the number, then + or −, then the percentage and %: 80 + 15% gives 92 and 80 − 15% gives 68. To find a percentage of a number, multiply: 80 × 15% gives 12. For “what percent is 18 of 24?” and percentage change, the percentage calculator has a box for each question.
Why does 6 ÷ 2(1 + 2) give 9 and not 1?
This calculator treats a multiplication written without a sign exactly like ×, so division and multiplication are done left to right: (6 ÷ 2) × 3 = 9. Some handheld calculators give the unwritten multiplication priority and show 1, which is why the puzzle keeps going viral. Brackets remove the doubt: (6 ÷ 2)(1 + 2) = 9 and 6 ÷ (2(1 + 2)) = 1. The Working panel always shows how your input was read.
What do MC, MR, M+ and M− mean?
They control one stored number. M+ finishes the current calculation and adds its answer to memory, M− subtracts it, MR (memory recall) puts the stored number into the display, and MC (memory clear) resets it to 0. While memory holds a number, “M =” shows at the top of the display. The memory is kept on this device between visits.
Is my calculation history saved or sent anywhere?
The history tape and memory are stored in your own browser (local storage) on this device only; nothing you type is sent to Reeliy or anyone else. Use Clear above the tape to delete it. In a private or incognito window the history disappears when you close the window.
Does the calculator work offline?
Yes, once you have opened it. Every calculation runs on your device, and after your first visit the page is kept in your browser’s cache, so it loads and works without a connection in browsers that support offline pages.
How many digits can it handle?
Answers show up to 12 significant digits, and whole numbers are shown in full up to 999 trillion. Larger or tinier results switch to scientific notation, such as 1.5 × 10¹⁵. Internally the calculator uses standard double-precision numbers, which hold about 15 to 17 significant digits, so it is exact for everyday sums and money but not for 20-digit integers.