algorithms\.arithmetic ====================== .. automodule:: algorithms.arithmetic :members: :undoc-members: :show-inheritance: GCD ~~~ .. automodule:: algorithms.arithmetic.gcd :members: :undoc-members: :show-inheritance: LCM ~~~ .. automodule:: algorithms.arithmetic.lcm :members: :undoc-members: :show-inheritance: