Scientific Calculator
Evaluate expressions, compute symbolic derivatives, and run numerical integrations.
Result
Supported syntax
Arithmetic:
2 + 3 * (4 - 1) / 2^3 Trigonometry:
sin(pi/6), cos(0), tan(pi/4) Inverse trig:
asin(0.5), acos(1), atan(1) Roots & powers:
sqrt(16), cbrt(27), 2^10 Logarithms:
log(e), log10(100), log2(8) Constants:
pi, e, tau, Infinity Rounding:
round(3.7), floor(3.9), ceil(3.1) Misc:
abs(-5), sign(-3), factorial(6)