Package net.luis.utils.math.algorithm


package net.luis.utils.math.algorithm
  • Classes
    Class
    Description
    Implementation of the Extended Euclidean Algorithm (EEA).
    The EEA is an extension of the Euclidean Algorithm and is used to find the greatest common divisor (GCD) of two integers.