Math & Statistics Tools
Scientific calculator, prime number checker, GCD/LCM, factorial, permutations, quadratic equation solver, matrix operations, descriptive statistics, standard deviation, and geometry calculators — all running locally in your browser.
Most popular
- mathSci Calc● ready
Perform scientific calculations: sin, cos, tan, log, ln, square root, power, factorial, pi, e, and more with expression history.
- mathPrime● ready
Enter a number to test if it is prime. Generate all primes in a range or the first N primes. Includes factorization for composite numbers.
- mathMatrix● ready
Enter matrices and perform operations: addition, subtraction, multiplication, scalar multiplication, transpose, and determinant calculation.
- mathStatistics● ready
Enter numbers and get descriptive statistics: count, sum, mean, median, mode(s), min, max, range, Q1, Q3, IQR, and outliers.
- mathQuadratic● ready
Enter coefficients a, b, c for a quadratic equation and get both real or complex roots with discriminant and vertex.
Algebra & Numbers
- mathSci Calc● ready
Perform scientific calculations: sin, cos, tan, log, ln, square root, power, factorial, pi, e, and more with expression history.
- mathQuadratic● ready
Enter coefficients a, b, c for a quadratic equation and get both real or complex roots with discriminant and vertex.
- mathPrime● ready
Enter a number to test if it is prime. Generate all primes in a range or the first N primes. Includes factorization for composite numbers.
- mathFactorial● ready
Compute n! for n up to 170 (JavaScript limit) with BigInt support. Includes double factorial (n!!) and falling factorial modes.
- mathGCD/LCM● ready
Enter two or more numbers to find their Greatest Common Divisor (GCD) and Least Common Multiple (LCM) with step-by-step Euclidean algorithm.
- mathP & C● ready
Enter n and r to compute permutations (ordered) and combinations (unordered). See the factorial formula breakdown for each result.
Matrices & Statistics
- mathMatrix● ready
Enter matrices and perform operations: addition, subtraction, multiplication, scalar multiplication, transpose, and determinant calculation.
- mathStatistics● ready
Enter numbers and get descriptive statistics: count, sum, mean, median, mode(s), min, max, range, Q1, Q3, IQR, and outliers.
- mathStd Dev● ready
Enter a dataset to compute population standard deviation, sample standard deviation, variance, and see data distribution relative to the mean.
Geometry
- mathTriangle● ready
Enter known sides and angles to solve for all unknown sides, angles, area, and perimeter using law of sines, law of cosines.
- mathCircle● ready
Enter radius, diameter, circumference, or area to compute all other circle properties instantly with the formulas shown.
- mathPolygon● ready
Enter vertex coordinates (x,y pairs) to compute perimeter and area of any polygon using the shoelace formula.
All tools
- mathSci Calc● ready
Perform scientific calculations: sin, cos, tan, log, ln, square root, power, factorial, pi, e, and more with expression history.
- mathPrime● ready
Enter a number to test if it is prime. Generate all primes in a range or the first N primes. Includes factorization for composite numbers.
- mathGCD/LCM● ready
Enter two or more numbers to find their Greatest Common Divisor (GCD) and Least Common Multiple (LCM) with step-by-step Euclidean algorithm.
- mathFactorial● ready
Compute n! for n up to 170 (JavaScript limit) with BigInt support. Includes double factorial (n!!) and falling factorial modes.
- mathP & C● ready
Enter n and r to compute permutations (ordered) and combinations (unordered). See the factorial formula breakdown for each result.
- mathQuadratic● ready
Enter coefficients a, b, c for a quadratic equation and get both real or complex roots with discriminant and vertex.
- mathMatrix● ready
Enter matrices and perform operations: addition, subtraction, multiplication, scalar multiplication, transpose, and determinant calculation.
- mathStatistics● ready
Enter numbers and get descriptive statistics: count, sum, mean, median, mode(s), min, max, range, Q1, Q3, IQR, and outliers.
- mathStd Dev● ready
Enter a dataset to compute population standard deviation, sample standard deviation, variance, and see data distribution relative to the mean.
- mathTriangle● ready
Enter known sides and angles to solve for all unknown sides, angles, area, and perimeter using law of sines, law of cosines.
- mathCircle● ready
Enter radius, diameter, circumference, or area to compute all other circle properties instantly with the formulas shown.
- mathPolygon● ready
Enter vertex coordinates (x,y pairs) to compute perimeter and area of any polygon using the shoelace formula.
About Math & Statistics Tools
Math tools for students, developers, and data analysts. Compute prime numbers, solve quadratic equations, multiply matrices, calculate standard deviation, check factorials, and solve triangles — no install or server needed.
Related categories
Frequently asked questions
Can I trust these math results?
Yes — all calculations use JavaScript's native Math API and standard algorithms. For high-precision needs beyond IEEE 754 double precision, results are approximate, as with any browser-based calculator.
What's the largest number supported?
JavaScript numbers are 64-bit IEEE 754 doubles, accurate to about 15-17 decimal digits. The maximum safe integer is 9,007,199,254,740,991.