Type a function of x, then pick one of the three buttons.
x^3 * sin(x)e^x * cos(x)1/x with bounds 1 and 2.718sqrt(1 - x^2) with bounds -1 and 1 (gives π/2)Exact symbolic derivatives · the slope at any point · accurate definite (numeric) integrals over a range.
No indefinite integrals (it won't hand you "+ C"). The integral needs real number bounds, not ∞. If the function blows up inside the range, the area may not be meaningful. The variable must be x.