Metrics Calculator

Updated March 13, 2026

Basic Calculator

A free online calculator for addition, subtraction, multiplication, and division. Includes memory functions (M+, M−, MR, MC), calculation history, square root, reciprocal, and percentage. Full keyboard support: use number keys, operators, Enter, and Escape.

0

Keyboard supported: 0-9, +, -, *, /, Enter, Esc, Backspace

Key Takeaways

  • This calculator evaluates operations sequentially (left to right), like a standard handheld calculator.
  • Memory functions (M+, M−, MR, MC) let you store and recall intermediate values during multi-step calculations.
  • AC clears everything; CE clears only the current entry, preserving the pending operation.
  • Full keyboard support: 0-9 for digits, +−*/ for operations, Enter for equals, Escape for clear, Backspace to delete.
  • The √ button calculates square roots; 1/x calculates the reciprocal; % calculates percentages.

How a Basic Calculator Works

A basic calculator performs the four fundamental arithmetic operations: addition, subtraction, multiplication, and division. It processes one operation at a time in the order you enter it, displaying intermediate results as you chain operations together.

When you press an operator (+, −, ×, ÷), the calculator stores your current number and the chosen operation. When you enter the next number and press = (or another operator), it applies the stored operation to produce the result. This is called immediate execution or chain calculation. Each operation executes as soon as the next one is entered.

Marco uses the basic calculator at his Pinewood Falls restaurant to check daily register totals. He enters each transaction amount with +, and the running total updates after each entry. For splitting supplier invoices, he divides the total by the number of deliveries. He uses the tip calculator for the front-of-house team's gratuity breakdown.

The Four Arithmetic Operations

Addition (+): Combines two values. 15 + 7 = 22.

Subtraction (−): Finds the difference. 15 − 7 = 8.

Multiplication (×): Repeated addition. 15 × 7 = 105.

Division (÷): Splits into equal parts. 15 ÷ 7 ≈ 2.14286. Division by zero is undefined.

Operation Symbol Keyboard Example Result
Addition++24 + 1842
Subtraction-100 − 3763
Multiplication×*12 × 896
Division÷/144 ÷ 1212
Percentage%%200 × 15%30
Square Root√14412

Keyboard shortcuts mirror standard desktop calculator conventions. Enter or = triggers calculation.

Using Memory Functions

Memory functions let you store a number for later use without writing it down. This is particularly useful for multi-step calculations where you need an intermediate result.

Button Function Example Use
M+Add display value to memoryStore a subtotal to add more items
M−Subtract display value from memoryRemove a returned item from the running total
MRRecall (display) the memory valueRetrieve your stored result
MCClear memory to zeroStart a new set of calculations

An "M" indicator appears in the display area when memory holds a non-zero value.

Leah uses memory functions when calculating ingredient costs at her Pinewood Falls bakery. She multiplies flour price by quantity (M+), then sugar price by quantity (M+), then butter price by quantity (M+), and recalls (MR) to get the total ingredient cost. She uses the margin calculator to set her retail prices.

Order of Operations

This calculator evaluates operations left-to-right as entered (immediate execution), which is how standard handheld calculators work. This differs from the algebraic order of operations (PEMDAS/BODMAS) taught in mathematics:

Expression This Calculator (Sequential) Algebraic (PEMDAS) Difference
2 + 3 × 42014Yes
10 − 2 + 31111No
12 ÷ 4 × 399No
5 + 10 ÷ 27.510Yes

Sequential and algebraic evaluation give the same result when operations have equal precedence (all addition/subtraction, or all multiplication/division).

To follow PEMDAS on a basic calculator, compute higher-precedence operations first using memory: calculate 3 × 4 = 12 (M+), then 2 + MR = 14. Or simply use a scientific calculator that handles operator precedence natively.

Common Arithmetic Reference

Quick-reference multiplication table for the most commonly used products.

× 2 3 4 5 6 7 8 9
24681012141618
369121518212427
4812162024283236
51015202530354045
61218243036424854
71421283542495663
81624324048566472
91827364554637281

Knowing multiplication tables through 9 × 9 covers nearly all everyday mental math needs.

For more advanced percentage calculations, use the percentage calculator. For fraction arithmetic, try the fraction calculator. For financial calculations involving interest and payments, the compound interest calculator handles the math automatically.

This calculator performs standard four-function arithmetic with sequential evaluation. For calculations requiring algebraic order of operations (PEMDAS/BODMAS), break the problem into steps or use a scientific calculator.


Related Calculators

Frequently Asked Questions

What is the order of operations?

The standard order of operations is PEMDAS: Parentheses, Exponents, Multiplication and Division (left to right), then Addition and Subtraction (left to right). This basic calculator evaluates operations sequentially as entered, similar to a standard handheld calculator. For complex expressions requiring order of operations, use a scientific calculator.

How do the memory functions work?

MC (Memory Clear) resets memory to zero. MR (Memory Recall) displays the stored value. M+ adds the current display value to memory. M− subtracts the current display value from memory. An "M" indicator appears when memory contains a non-zero value. Memory is useful for storing intermediate results in multi-step calculations.

What is the difference between AC and CE?

AC (All Clear) resets the entire calculator: display, pending operation, and stored values all return to zero. CE (Clear Entry) only clears the current number on the display, leaving any pending operation intact. Use CE when you mistype a number mid-calculation; use AC to start completely over.

Can I use my keyboard?

Yes. Number keys (0-9) enter digits. The period (.) enters a decimal point. Plus (+), minus (-), asterisk (*), and forward slash (/) perform operations. Enter or equals (=) calculates the result. Escape clears everything (AC). Backspace deletes the last digit. Percent (%) calculates percentage.

Why does 0.1 + 0.2 not equal exactly 0.3?

Computers store decimal numbers in binary floating-point format (IEEE 754), which cannot represent some decimal fractions exactly. 0.1 in binary is a repeating fraction, similar to 1/3 = 0.333... in decimal. The actual result is 0.30000000000000004. This calculator rounds to 12 significant digits to minimize these artifacts.

What does the 1/x button do?

The 1/x button calculates the reciprocal (multiplicative inverse) of the displayed number. For example, pressing 1/x when 4 is displayed gives 0.25 (which is 1/4). The reciprocal is useful for converting between rates (e.g., if a task takes 4 hours, the rate is 1/4 = 0.25 tasks per hour). Division by zero shows an error.

How often do people use a basic calculator?

Basic calculators are used daily by millions of people for quick arithmetic: checking receipts, splitting bills, balancing budgets, figuring tips, and converting units. Professionals use them for back-of-the-envelope estimates, invoice verification, and quick financial checks throughout the workday.