Variables & Functions
Type math, text, or both. Results appear on the right.
100 + 200 → 3001500 * 1.18 → 1,770(50 + 30) * 2 → 1602 ^ 10 → 1,024price = 1500 → assigns 1,500tax = 18% → assigns 0.18price + price * tax → 1,770total = price * (1 + tax) → assigns 1,7701500 + 18% → 1,770 (adds 18%)1500 - 10% → 1,350 (subtracts 10%)200 as % of 800 → 25%50% of 1200 → 600100 km in miles → 62.1472 kg in lbs → 158.7398.6 F in C → 37°C5 hours in minutes → 3002 GB in MB → 2,048sqrt(144) → 12round(3.7) → 4ceil(3.2) → 4floor(3.8) → 3abs(-5) → 5min(3, 7, 1) → 1max(3, 7, 1) → 7log(100) → 2ln(2.718) → 1sin(45) / cos(45) / tan(45)pi → 3.14159…e → 2.71828…// this is a comment → ignoredHosting cost: 49 → result is 49--- subtotal --- → shows running total=== grand total === → shows running totalprevious or ans → last computed resultsum or total → running total of all numeric resultsEnter — New line belowBackspace on empty line — Delete line↑/↓ — Navigate lines⌘/Ctrl+N — New pad⌘/Ctrl+E — Export⌘/Ctrl+Shift+C — Copy all results? when no line focused — HelpEsc — Close modal