The root finder lets you find the roots of a function using the bisection and Newton-Raphson methods.
The curve fitter will fit a line to a set of points, and tell you the accuracy of the fit.
The Integrator uses numerical methods to approximate the integral of a function.
The Differentiator uses numerical methods to approximate the derivative of a function at a given point.