#include "gcd_lcm.h"Go to the source code of this file.
Functions | |
| unsigned int | Greatest_Common_Divisor (unsigned int a, unsigned int b) |
| unsigned int | Least_Common_Multiple (unsigned int a, unsigned int b) |
| unsigned int Greatest_Common_Divisor | ( | unsigned int | a, |
| unsigned int | b ) |
Definition at line 38 of file gcd_lcm.cpp.
| unsigned int Least_Common_Multiple | ( | unsigned int | a, |
| unsigned int | b ) |
Definition at line 49 of file gcd_lcm.cpp.