util_greatest_common_divisor

function util_greatest_common_divisor(a:Number, b:Number):Number {
    // Gjs wrapper for gst_util_greatest_common_divisor()
}

Calculates the greatest common divisor of a and b.

a

First value as #gint

b

Second value as #gint

Returns

Greatest common divisor of a and b