← Back

Calculator

A simple calculator for everyday arithmetic

0

Too Lazy to Open an App? Calculate Right Here

Splitting a bill, calculating a discount rate, converting currency — everything you need for everyday math. Use the memory functions (MC/MR/M+/M−) to store a value mid-calculation, and click any history entry to instantly recall a past result. Keyboard input is supported too.

🧮 Great For

  • Calculating a discount rate (% off the original price)
  • Splitting a bill evenly
  • Currency conversion or unit pricing
  • Keeping a running history of calculations
  • Storing a value in memory for repeated calculations

📋 How to Use

  1. Enter a number with the buttons or your keyboard
  2. Choose an operator (+, -, ×, ÷)
  3. Enter the second number and press = or Enter
  4. Use the % button for percentage calculations
  5. Click a history entry below to recall that result

Frequently Asked Questions

How do the memory functions (MC/MR/M+/M−) work?

Press M+ to add the number currently on screen to memory. MR recalls the stored value, and MC clears memory. Keyboard shortcuts M (store) and R (recall) are also supported. An "M" indicator appears in the top-left of the display whenever a value is stored in memory.

Where can I see my calculation history?

Every time you press =, an entry is added automatically below the calculator. Click an entry to load that result back onto the screen, or use the copy button (shown on hover) to copy it to the clipboard. Up to 20 entries are kept.

How does the percent calculation work?

After entering a number, pressing % converts it to that value divided by 100. For example, entering 10000, then × 10 % = gives you 1000, which is 10% of 10000.

How do I keep my calculation results from resetting?

History is saved automatically to your browser's localStorage, so it stays even after a page refresh. It won't disappear until you press the "Clear" button in the history section.