| java Programming Glossary: bigfractionBest way to represent a fraction in Java? http://stackoverflow.com/questions/474535/best-way-to-represent-a-fraction-in-java  improve this question   It just so happens that I wrote a BigFraction class not too long ago for Project Euler problems . It keeps.. newest code and unit tests to go along with it use these BigFraction.java BigFractionTest.java JUnit tests import java.math. Arbitrary.. unit tests to go along with it use these BigFraction.java BigFractionTest.java JUnit tests import java.math. Arbitrary precision fractions.. 
 |