private static BigFraction Reduce(BigFraction f)
 {
     f.Reduce();
     return(f);
 }