assign7 tweak
[lambda.git] / assignment7.mdwn
index 0785c67..9be93e7 100644 (file)
@@ -9,7 +9,7 @@
 
                (((some_long_computation / 12) + 5) - most_recent_remainder) * 2 - same_most_recent_remainder +1
 
-The remainder here is retrieved later than (and in addition to) the division it's the remainder of. It's also retrieved more than once. Suppose a given remainder remains retrievable until the next division is performed.
+       The remainder here is retrieved later than (and in addition to) the division it's the remainder of. It's also retrieved more than once. Suppose a given remainder remains retrievable until the next division is performed.