Bugs item #691614, was opened at 2003-02-23 12: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: Open
Resolution: None
Priority: 5
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
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110493&aid=691614&group_id=10493
|