Scientific Calculator
A full-featured online scientific calculator. Enter an expression and get an exact result — with trigonometry (degrees or radians), logarithms, powers, roots, factorials, constants and memory keys. It works with your keyboard too.
Tip: click the keypad or type with your keyboard. Enter = evaluate, Esc = clear.
Formula
Order of operations (PEMDAS): Parentheses → Exponents & functions → Multiplication/Division → Addition/Subtraction.
How it works
- 1
Type an expression using numbers, operators (+ − × ÷), and the function/keypad buttons.
- 2
Choose DEG or RAD for trigonometric functions before evaluating angles.
- 3
Use the memory keys (M+, M−, MR, MC) to store and recall a running value.
- 4
Press = (or Enter) to evaluate. The calculator follows standard order of operations.
Worked examples
Mixing functions and powers
Evaluate sin(30) + 2^5 / sqrt(16) in degree mode.
- sin(30°) = 0.5
- 2^5 = 32, and sqrt(16) = 4, so 32 / 4 = 8
- 0.5 + 8 = 8.5
Answer: 8.5
Factorials and constants
Evaluate 5! + ln(e^2).
- 5! = 120
- ln(e^2) = 2
- 120 + 2 = 122
Answer: 122