core_testing1/collatz_test3.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Tue, 07 Dec 2021 23:17:51 +0000
changeset 418 fa7f7144f2bb
parent 399 b17a98b0c52f
child 472 6a77c260c8a5
permissions -rw-r--r--
updated


assert(C1.last_odd(113) == 85)
assert(C1.last_odd(84) == 21)
assert(C1.last_odd(605) == 341)