setValue($numerator,$denominator); echo 'Your fraction is '.$frac->toString().'
'; echo 'The value is '.$frac->toDecimal().'
'; } ?>