Basic Calculator

A clean, fast calculator for quick arithmetic on the job — add, subtract, multiply, and divide.

Calculator

A fast, clean calculator for quick arithmetic on site — useful any time you need a number without switching apps.

0

How the Basic Calculator Works

  1. Enter your first number using the digit buttons.
  2. Press an operator — +, −, ×, or ÷.
  3. Enter your second number, then press = to see the result.
  4. Press AC to clear everything, or C to clear the current entry.
  5. Use % to work out a percentage — after an operator it applies to the first number (200 × 15% = 30); on its own it divides by 100. Use +/− to switch a number between positive and negative.

Examples

ScenarioSplit 18.5 L epoxy across 2 coatsInput18.5 ÷ 2Result9.25 L per coat
ScenarioFind 15% of a $250 material costInput250 × 15%Result$37.50

Frequently Asked Questions

What does AC vs C do?

AC (All Clear) resets the calculator completely. C appears mid-entry and clears only the current number, keeping your operator and previous value so you can re-enter it.

How does the % button work?

Press % to divide the current number by 100. If you have already entered an operator and a first number, % applies relative to that — for example 200 × 15% gives 30.

Can I chain multiple operations?

Yes. Enter a number, press an operator, enter the next number, then press another operator — the calculator evaluates left-to-right as you go.