Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
gcd_lcm.cpp File Reference
#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)
 

Function Documentation

◆ Greatest_Common_Divisor()

unsigned int Greatest_Common_Divisor ( unsigned int a,
unsigned int b )

Definition at line 38 of file gcd_lcm.cpp.

◆ Least_Common_Multiple()

unsigned int Least_Common_Multiple ( unsigned int a,
unsigned int b )

Definition at line 49 of file gcd_lcm.cpp.