17.2  Case Study: Fractional Numbers

Should be able to mix w/other numbers:

c = a + 3;  // Should mean same as addition of 3/1
double x = 2.5 * a;  // Should convert fraction to a double

prev |top |next