| 3:ec9084e97e46 | 4:59fd17a3cea0 |
|---|---|
| 1 ################################# | 1 ################################# |
| 2 # Tools for iterative algorithms | 2 # Tools for iterative algorithms |
| 3 ################################# | 3 ################################# |
| 4 | |
| 5 __precompile__() | |
| 4 | 6 |
| 5 module Iterate | 7 module Iterate |
| 6 | 8 |
| 7 using Printf | 9 using Printf |
| 8 | 10 |