The Calculator

A complete mathematics curriculum spanning 14 subjects from arithmetic to topology — 62 lessons with interactive tools, a formula reference, and a glossary of 150+ terms.

Select a subject to explore its lessons. Each lesson explains the concept and its real-world applications.

Scientific Calculator

Full scientific calculator with history.

0

Quadratic Solver

Solves ax² + bx + c = 0 using the quadratic formula. Shows discriminant analysis and all steps.

Trigonometry Calculator

Compute trig functions and their inverses in degrees or radians.

Numerical Derivative

Evaluates f'(x) at a point using the central difference method: f'(x) ≈ [f(x+h) − f(x−h)] / 2h. Use standard JS math notation (e.g. Math.sin(x), x**2, Math.exp(x)).

Definite Integral (Simpson's Rule)

Numerically integrates f(x) from a to b using Simpson's 1/3 rule with n=1000 subintervals.

ODE Solver (Euler's Method)

Solves dy/dx = f(x,y) numerically from x₀ to xₙ given initial condition y(x₀) = y₀.

Statistics Calculator

Paste comma-separated numbers to compute descriptive statistics.