What is a fraction calculator?
A fraction calculator performs arithmetic with rational numbers while keeping the answer in exact fractional form. It accepts proper fractions, improper fractions, integers, finite decimals and mixed numbers.
Use the Math Calculators category to explore percentage, ratio and algebra tools.
How does the fraction calculator work?
Every entry is converted to an integer numerator and denominator. The selected operation is applied, then the numerator and denominator are divided by their greatest common divisor. This avoids the early decimal rounding that can occur with floating-point arithmetic.
Fraction formulas
How to use the fraction calculator
- Select add, subtract, multiply, divide or simplify.
- Enter the first fraction or mixed number.
- Enter a second value unless simplifying only one fraction.
- Select Calculate Fraction and review the exact fraction, mixed number, decimal and steps.
Fraction examples
For 1/2 + 1/3, the common denominator is 6: 3/6 + 2/6 = 5/6. For 2/3 ÷ 4/5, multiply by the reciprocal: 2/3 × 5/4 = 10/12 = 5/6.
Rules and limitations
A denominator cannot be zero. Division by a zero-valued second fraction is also undefined. Decimal inputs must be finite ordinary decimals; repeating decimals should be entered directly as fractions when an exact value is required.
Frequently asked questions about fractions
Methodology and calculation scope
Inputs are parsed as rational numbers and normalized with the Euclidean greatest-common-divisor algorithm. Arithmetic uses exact BigInt integers before a decimal approximation is produced.