<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
ifconfig wrote:
<blockquote cite="midBAY13-DAV16cYTjr8cU0000c24d@hotmail.com"
 type="cite">
  <pre wrap="">I would try (map inexact-&gt;exact (iota 5 0 -0.1))
<tt>
</tt></pre>
</blockquote>
<tt>&gt; (map inexact-&gt;exact (iota 5 0 -0.1))<br>
(-1/36028797018963968 -1801439850948199/18014398509481984
-7205759403792795/36028797018963968 -1351079888211149/4503599627370496
-3602879701896397/9007199254740992)</tt><br>
<blockquote cite="midBAY13-DAV16cYTjr8cU0000c24d@hotmail.com"
 type="cite">
  <pre wrap="">
-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:plt-scheme-admin@list.cs.brown.edu">plt-scheme-admin@list.cs.brown.edu</a>
[<a class="moz-txt-link-freetext" href="mailto:plt-scheme-admin@list.cs.brown.edu">mailto:plt-scheme-admin@list.cs.brown.edu</a>] On Behalf Of Terrence Brannon
Sent: Wednesday, April 28, 2004 2:16 PM
To: <a class="moz-txt-link-abbreviated" href="mailto:plt-scheme@list.cs.brown.edu">plt-scheme@list.cs.brown.edu</a>
Subject: [plt-scheme] mzscheme iota() results differ slightly from spec

  For list-related administrative tasks:
  <a class="moz-txt-link-freetext" href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a>

According to <a class="moz-txt-link-freetext" href="http://srfi.schemers.org/srfi-1/srfi-1.html#iota">http://srfi.schemers.org/srfi-1/srfi-1.html#iota</a>

The following should happen:

(iota 5 0 -0.1) =&gt; (0 -0.1 -0.2 -0.3 -0.4)

However, under the Cygwin version of MzScheme, I get this:

Welcome to MzScheme version 206, Copyright (c) 2004 PLT Scheme, Inc.
  </pre>
  <blockquote type="cite">
    <pre wrap="">(require (lib "1.ss" "srfi"))

(iota 5 0 -0.1)
    </pre>
  </blockquote>
  <pre wrap=""><!---->(-2.7755575615628914e-017 -0.10000000000000003 -0.20000000000000004
-0.30000000000000004 -0.4)
  </pre>
  <pre wrap=""><!---->
What should I have done in addition to loading the SRFI-1 library in order
to get the same results?




  </pre>
</blockquote>
<br>
</body>
</html>