Make Tools
🧮

Math Expression Evaluator

Evaluate math expressions instantly. Supports +, -, *, /, ^, sqrt, sin, cos, tan, log, abs, floor, ceil, round, pi, and e. All computation in your browser.

Supported Functions
+, -, *, /, ^, %sqrt(), sin(), cos(), tan()log() (base 10), ln() (natural)abs(), floor(), ceil(), round()pi, e

Frequently Asked Questions

What operations are supported?
Basic arithmetic (+, -, *, /, ^, %), trigonometric functions (sin, cos, tan), logarithms (log base 10, ln natural), and constants (pi, e).
Are trig functions in degrees or radians?
Trigonometric functions use radians, matching the JavaScript Math library. Use pi/180 to convert degrees to radians.
Is my expression sent to a server?
No, all evaluation happens locally in your browser using JavaScript. Nothing is transmitted anywhere.

Related Tools

How to Use

  1. 1 Enter a math expression (e.g., sqrt(144) + sin(pi/6) * 2^3).
  2. 2 Click **Evaluate** or press Enter to compute the result.
  3. 3 Supports +, -, *, /, ^, sqrt, sin, cos, tan, log, abs, floor, ceil, round, pi, e.
  4. 4 All computation happens locally - nothing is sent to any server.