Calculator
Evaluate math expressions with +, -, *, /, %, ^, parentheses and functions (sqrt, sin, cos, log, ln).
Type an expression like (3+4)*sqrt(16)/2. Constants pi and e are supported.
Frequently asked questions
Is this safe?
Yes — we use a shunting-yard parser, never eval(), so nothing you type is executed as code.