J-Kit
Português
Back to catalog
Category

Mathematics

Precise math calculators: number bases, fractions, GCD/LCM, primes, combinatorics, Fibonacci, correlation and regression.

17 tools

Most visited tools recently within this category.

All tools

Complete list in this category, with quick cards to open each tool.

Number Base Converter

Available

Convert integers between binary, octal, decimal, hexadecimal and custom base (2–36).

Fraction Simplifier

Available

Simplify fractions, convert between improper and mixed form and get the exact decimal.

GCD & LCM Calculator

Available

Compute GCD and LCM for multiple integers with step-by-step prime factorization.

Prime Number Checker

Available

Check if a number is prime and get its prime factorization with detailed steps.

Combination Calculator

Available

Compute C(n,r) with and without repetition, showing the formula and exact result.

Permutation Calculator

Available

Compute P(n,r) with and without repetition, showing formula, steps and exact result.

Fibonacci Sequence Generator

Available

Generate the first N Fibonacci terms with support for arbitrarily large values.

Correlation Coefficient Calculator

Available

Compute the Pearson correlation coefficient (r) for x,y data pairs.

Linear Regression Calculator

Available

Simple linear regression with slope, intercept, r², standard error and line equation.

Rule of Three Calculator

Available

Solve direct, inverse and compound rule of three with step-by-step equation.

Quadratic Equation Solver

Available

Solve ax²+bx+c=0 with the quadratic formula, discriminant, and real or complex roots.

Area & Volume Calculator

Available

Compute area and perimeter of 2D shapes and volume of 3D solids with formulas and unit conversion.

Pythagorean Theorem Calculator

Available

Enter any two sides of a right triangle and compute the third using a²+b²=c².

Standard Deviation Calculator

Available

Compute mean, variance and standard deviation (population or sample) from a list of numbers.

Scientific Notation Converter

Available

Convert numbers between standard decimal notation and scientific notation (a×10ⁿ).

Logarithm Calculator

Available

Compute logarithms in any base, log₁₀ and natural logarithm (ln) with step-by-step properties.

Significant Figures Calculator

Available

Count significant figures in a number with an explanation of each rule applied.

About this category

Math tools focused on precision and explanation

This category brings together calculators for fundamental mathematics and statistics. Each tool prioritizes correctness, visible formula and step-by-step reasoning — useful for students, developers working with numeric representations and professionals who need to verify calculations quickly.

All tools run entirely in the browser. No data is sent to the server. For large-number operations, BigInt and robust algorithms are used to avoid silent overflow.

What is available in this category

Base Converter (binary, octal, decimal, hexadecimal and base 2–36), Fraction Simplifier (irreducible form, mixed, decimal), GCD/LCM Calculator (multiple integers, factorization), Prime Number Checker (primality test and factorization), Combination and Permutation Calculators (with and without repetition), Fibonacci Generator (first N terms, BigInt), Pearson Correlation Calculator and Linear Regression Calculator.

Frequently asked questions

Yes for integers (GCD, LCM, primes, bases, combinatorics and Fibonacci), which use exact BigInt arithmetic. For correlation and regression, results are double-precision floating-point (IEEE 754), with sufficient precision for most practical cases.