Math Expression Evaluator
Evaluate expressions with variables, functions (sin, cos, sqrt, log), constants (PI, E), hex, binary, factorials, and more.
// Basic arithmetic
2 + 3 * 4= 14
(10 - 2) ** 3= 512
Β
// Variables
radius = 5radius = 5
area = PI * radius ^ 2area = 78.5398163397
Β
// Functions
sqrt(144)= 12
sin(PI / 4)= 0.707106781187
log2(1024)= 10
Β
// Hex & binary
0xFF + 0b1010= 265
5!= 120
Variables
radius = 5area = 78.5398163397ans = 120
Quick Reference
Operators
+ - * / arithmetic** ^ power% modulo! factorialFunctions
sin cos tansqrt cbrt abslog log2 log10pow(a,b) min maxConstants
PI = 3.141593E = 2.718282TAU = 6.283185PHI = 1.618034Formats
0xFF hexadecimal0b1010 binary1.5e3 scientific// # commentsHow to use the Math Evaluator
- 1
Type expressions
Enter math expressions, one per line. Results update in real-time.
- 2
Use variables
Assign with x = 5, then reference in later lines: x * 2
- 3
Use functions
Call sin(x), sqrt(x), pow(a,b), etc. Use PI, E constants.
Frequently Asked Questions
More Tools
1 / 12
Showing 8 of 95 related tools
Last updated: