util_greatest_common_divisor_int64
function util_greatest_common_divisor_int64(a:Number, b:Number):Number { // Gjs wrapper for gst_util_greatest_common_divisor_int64() }
Calculates the greatest common divisor of a and b.
- a
First value as #gint64
- b
Second value as #gint64
- Returns
Greatest common divisor of a and b