module Utils

Defined in:

utils.cr

Class Method Summary

Class Method Detail

def self.gcd(a : Int32 | UInt32, b : Int32 | UInt32) #

[View source]
def self.gcd(integers : Array(Int32 | UInt32)) #

[View source]
def self.quotients_from_division_by_gcd(integers : Array(Int32 | UInt32)) #

[View source]