I am trying to divide 2 very large numbers in calculating a binomial coef. The numbers are created using the BigNumbers lib. The division only works when the division is a non-repeating decimal. Since I can't predict the answer, is there anyway to get the BigNumbers division to work?