Scientific Calculator

Full scientific calculator with trig, logs, powers, memory and history

0

⌨️ Keyboard supported — numbers, operators, Enter (=), Backspace (⌫), Escape (AC)

// History

Your calculations will appear here. Click any result to recall it.

// Function Reference

sin / cos / tan
Trigonometric functions (DEG or RAD)
asin / acos / atan
Inverse trig (press 2nd first)
log / ln
Log base 10 / natural logarithm
x² / x³ / xʸ
Powers and exponents
√x / ∛x / ʸ√x
Square, cube and nth root
n!
Factorial (integers ≤ 170)
π / e
Pi (3.14159…) / Euler (2.71828…)
MC MR M+ M− MS
Memory clear/recall/add/subtract/store
1/x / |x| / %
Reciprocal, absolute value, percent

How to Use the Scientific Calculator

Click buttons or type on your keyboard. Use the DEG/RAD toggle to switch between degrees and radians for trigonometric functions. Press 2nd to access inverse trig functions (arcsin, arccos, arctan). All calculations are shown in the history panel and can be clicked to recall the result.

Order of Operations

This calculator respects standard mathematical order of operations (PEMDAS/BODMAS): Parentheses first, then Exponents, then Multiplication and Division (left to right), then Addition and Subtraction (left to right). Use parentheses to override this where needed.

Memory Functions

MS — store current value in memory. MR — recall memory value. M+ — add current value to memory. M− — subtract current value from memory. MC — clear memory. A blue "M" indicator appears when memory holds a value.

// Chaining

Click a result in history to load it into the display, then continue calculating from there.

// Degrees vs Radians

sin(90°) = 1 in DEG mode. In RAD mode, sin(π/2) = 1. Always check your angle mode before trig calculations.

// Memory Tip

Use M+ to accumulate a running total — add each result to memory and read the final sum with MR.

// Keyboard Shortcuts

Enter = equals, Escape = AC, Backspace = delete, ^ = power, % = percent.