Skip to content

Commit c206831

Browse files
authored
Normalize inputs for scheme euclid algorithm (#878)
Change inputs to make it consistent with other examples.
1 parent 1c82049 commit c206831

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contents/euclidean_algorithm/code/scheme/euclidalg.ss

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
(euclid-mod b (modulo a b))))
1313

1414
(display (euclid-mod (* 64 67) (* 64 81))) (newline)
15-
(display (euclid-sub (* 64 12) (* 64 27))) (newline)
15+
(display (euclid-sub (* 128 12) (* 128 77))) (newline)
16+

0 commit comments

Comments
 (0)