gcd,
lcm,
xgcd
Further documentation:
) |
Returns the gcd of self and right, or 0 if both are 0.
) |
Returns the least common multiple of self and right.
) |
Return the extended gcd of self and other, i.e., elements
such that
See About this document... for information on suggesting changes.