Uses of Record Class
dk.jonaslindstrom.ruffini.common.algorithms.EuclideanAlgorithm.Result
Packages that use EuclideanAlgorithm.Result
- 
Uses of EuclideanAlgorithm.Result in dk.jonaslindstrom.ruffini.common.algorithmsMethods in dk.jonaslindstrom.ruffini.common.algorithms that return EuclideanAlgorithm.ResultModifier and TypeMethodDescriptionEuclideanAlgorithm.applyExtended(E a, E b) Calculate the greatest common divisor d of a and b, and the coefficients x,y of the Bezout identity ax + by = d .