Why exact fractions matter
The calculator keeps integer numerators and denominators.
Instead of approximating each fraction as a floating-point decimal, BeanNest combines the integer parts and reduces the final numerator and denominator by their greatest common divisor.
Division by a zero fraction is rejected.
A denominator of zero is invalid, and dividing by a fraction whose numerator is zero would also create an undefined result.
