G L M P R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- gcd(int, int) - Static method in class Rational
-
greatest common divisor of a and b
- getDenominator() - Method in class Rational
- getNumerator() - Method in class Rational
L
- lcm(int, int) - Static method in class Rational
-
least common multiple of a and b hi scott :)
M
- main(String[]) - Static method in class Main
- main(String[]) - Static method in class Rational
-
For testing getters.
- Main - Class in <Unnamed>
- Main() - Constructor for class Main
P
- product(Rational, Rational) - Static method in class Rational
R
- Rational - Class in <Unnamed>
-
A class to represent a rational number with a numerator and denominator
- Rational() - Constructor for class Rational
- Rational(int, int) - Constructor for class Rational
- RationalTest - Class in <Unnamed>
- RationalTest() - Constructor for class RationalTest
S
- setUp() - Method in class RationalTest
T
- test_denom_zero() - Method in class RationalTest
- test_gcd_1_1() - Method in class RationalTest
- test_gcd_15_5() - Method in class RationalTest
- test_gcd_17_5() - Method in class RationalTest
- test_gcd_20_25() - Method in class RationalTest
- test_gcd_24_6() - Method in class RationalTest
- test_gcd_5_15() - Method in class RationalTest
- test_getDenominator_13_4() - Method in class RationalTest
- test_getDenominator_20_25() - Method in class RationalTest
- test_getNumerator_13_4() - Method in class RationalTest
- test_getNumerator_20_25() - Method in class RationalTest
- test_lcm_4_6() - Method in class RationalTest
- test_product_of_r_3_7_and_r_13_4() - Method in class RationalTest
- test_product_of_r_5_15_and_r_3_7() - Method in class RationalTest
- test_product_of_r_m3_1_and_1_m3() - Method in class RationalTest
- test_r_3_7_times_r_13_4() - Method in class RationalTest
- test_r_5_15_times_r_3_7() - Method in class RationalTest
- test_r_m3_1_times_1_m3() - Method in class RationalTest
- test_rational_7_m8() - Method in class RationalTest
- test_rational_m10_m5() - Method in class RationalTest
- test_rational_m5_6() - Method in class RationalTest
- test_toString_0_1() - Method in class RationalTest
- test_toString_20_25() - Method in class RationalTest
- test_toString_24_6() - Method in class RationalTest
- test_toString_3_7() - Method in class RationalTest
- test_toString_5_15() - Method in class RationalTest
- times(Rational) - Method in class Rational
- toString() - Method in class Rational
All Classes All Packages