Add two fractions

Integers only; negative numerators allowed; denominators non-zero.

Computes (a/b) + (c/d)

FAQ

How are fractions added and simplified?

Uses integers only: a/b + c/d = (a·d + c·b) / (b·d), then divides numerator and denominator by their GCD (signs normalized so the denominator is positive when possible). Denominators must be non-zero.

Does the decimal separator matter?

This calculator uses plain decimal numbers. If a result looks wrong, check whether you used a comma instead of a dot (or vice versa) where the field expects one.