Index

D G M 
All Classes and Interfaces|All Packages

D

de.hdm_stuttgart.mi.sd1.gcd - package de.hdm_stuttgart.mi.sd1.gcd
 
Driver - Class in de.hdm_stuttgart.mi.sd1.gcd
Playing with fraction objects, producing some output.
Driver() - Constructor for class de.hdm_stuttgart.mi.sd1.gcd.Driver
 

G

getGcd(long, long) - Static method in class de.hdm_stuttgart.mi.sd1.gcd.Math
Retrieve the greatest common divisor (GCD) of two non-zero integer values.
getLeastCommonMultiple(long, long) - Static method in class de.hdm_stuttgart.mi.sd1.gcd.Math
The least common multiple of two given non-zero values.

M

main(String[]) - Static method in class de.hdm_stuttgart.mi.sd1.gcd.Driver
 
Math - Class in de.hdm_stuttgart.mi.sd1.gcd
Computing the least common multiple and the greatest common divisor.
Math() - Constructor for class de.hdm_stuttgart.mi.sd1.gcd.Math
 
D G M 
All Classes and Interfaces|All Packages