Math Evaluator

Evaluate math expressions.

Runs locally

Math Expression

Quick Examples

Supported Operators & Functions

Basic Math

  • + - * / (Ops)
  • ^ (Power, e.g. 2^10)
  • % (Modulo, e.g. 10%3)
  • () (Grouping)

Constants & Common

  • PI, E (Constants)
  • sqrt(x), abs(x)
  • min(a, b..), max(a, b..)
  • floor(x), ceil(x), round(x)

Note: Truncation, log, log2, log10, exp, sin, cos, tan, pow, and hypot are also supported.

Expression History
No saved history yet. Click "Save to History" above to save formulas.