Crate mathematics

Source

Functions§

extended_euclidean_algorithm
Computes the greatest common divisor of 2 natural numbers and 2 additional numbers such that gcd(a,b)=s·a+t·b holds.