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