ExtendedGCD
computes the extended greatest common divisor of the given integers.
See:
Examples
ExtendedGCD
works with any number of arguments:
Compute the greatest common divisor and check the result:
Implementation status
- ☑ - partially implemented