☰
gcd
All crates
?
Function
gcd
::
gcd
[
−
]
[src]
pub fn gcd(a:
u64
, b:
u64
) ->
u64
Expand description
Calculates a Greatest Common Divisor (GCD).