<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16608" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Correction:</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>2: compute the number of iterations in 
advance as</FONT></DIV>
<DIV><FONT face="Courier New" size=2>&nbsp; &nbsp;n=(inexact-&gt;exact (ceiling 
(/ (- finish start) step))))</FONT></DIV>
<DIV><FONT face="Courier New" size=2>&nbsp; &nbsp;and loop&nbsp;(for ((i 
(in-range 0 n 1))) (let ((var (+ start (* i step)))) etc))</FONT></DIV>
<DIV><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
^^^^</FONT></DIV>
<DIV><FONT face="Courier New" size=2>Jos</FONT></DIV></BODY></HTML>