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