Last Update: 2017-01-26
Usage Frequency: 1
Quality:
Reference: Translated.com
Korean
calculate greatest common divisor of a and b. the result is always positive even if either of, or both, input operands are negative.
English
the result is always positive even if either of, or both, input operands are negative.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Reference: Translated.com
Korean
calculates g, s, and t, such that a*s + b*t = g = gcd(a,b), where gcd is the greatest common divisor. returns an array with respective elements g, s and t.
English
returns an array with respective elements g, s and t.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Reference: Translated.com