utilGreatestCommonDivisor

Calculates the greatest common divisor of a and b.

int
utilGreatestCommonDivisor
(
int a
,
int b
)

Parameters

a int

First value as #gint

b int

Second value as #gint

Return Value

Type: int

Greatest common divisor of a and b