[plt-scheme] "#i" for inexact number missing
In the teaching languages, you will see the #i prefix, but in the
Module language (for example), your only clue is that there is a
decimal in the number (that being the standard Scheme convention).
Robby
On Mon, Sep 7, 2009 at 4:21 PM, Sam <samantha.domville at gmail.com> wrote:
> Hi - If I type (sqrt 2) in drscheme or mzscheme, it only prints:
> 1.4142135623730951 without indicating that it is an inexact number! Do
> I have to turn on a flag or something?
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>