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