[Python-bugs-list] [Bug #115118] float errors in Python 1.6

noreply@sourceforge.net noreply@sourceforge.net
Fri, 22 Sep 2000 11:05:40 -0700


Bug #115118, was updated on 2000-Sep-22 11:05
Here is a current snapshot of the bug.

Project: Python
Category: Core
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: float errors in Python 1.6

Details: Same machiine, two python versions, both brand new releases
to the machine. Just typed ./configure;make to build them.

Python 1.5.2 (#1, Sep 22 2000, 10:12:21)  [GCC 2.95.2 19991024 (release)] on freebsd4
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> 13 * 1557.7
20250.1
>>> 

Python 1.6 (#3, Sep 22 2000, 09:17:22)  [GCC 2.95.2 19991024 (release)] on freebsd4
Copyright (c) 1995-2000 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved.
>>> 13 * 1557.7
20250.100000000002
>>> 


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=115118&group_id=5470