(extended-gcd a b)
The extended Euclidean algorithm (see http://en.wikipedia.org/wiki/Extended_Euclidean_algorithm) Returns a list containing the GCD and the Bézout coefficients corresponding to the inputs.
The extended Euclidean algorithm (see http://en.wikipedia.org/wiki/Extended_Euclidean_algorithm) Returns a list containing the GCD and the Bézout coefficients corresponding to the inputs.
(gcd a b)
(lcm a b)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close