Module net.luis.utils
Package net.luis.utils.math.algorithm
package net.luis.utils.math.algorithm
-
ClassesClassDescriptionImplementation 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.