gcd
2.3.0
gcd
Function
binary_u64
Copy item path
source
pub const fn binary_u64(u:
u64
, v:
u64
) ->
u64
Expand description
Const binary GCD implementation for
u64
.