Bugs item #691614, was opened at 2003-02-23 13:16
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110493&aid=691614&group_id=10493
Category: run-time
Group: None
>Status: Closed
>Resolution: Later
>Priority: 2
Submitted By: Alex (stderr)
Assigned to: Nobody/Anonymous (nobody)
Summary: string->number truncates floating-point numbers
Initial Comment:
Here is what I see on my system (Linux, SuSE 7.3), scsh compiled from source:
Welcome to scsh 0.6.3 (Health Reform)
Type ,? for help.
> (string->number "1.23456789")
1.23457
I checked that this does not occur in Scheme48 versions 0.57 or 0.53.
Cheers,
Alex
----------------------------------------------------------------------
>Comment By: Martin Gasbichler (mainzelm)
Date: 2003-03-31 08:47
Message:
Logged In: YES
user_id=17553
Scsh opens a different package for floating point arithmetic
(FLOATNUMS). This package is known to have problems with the
external representation. I don't know when we will have time
to fix this.
--
Martin
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110493&aid=691614&group_id=10493
|