2 messages in org.python.python-bugs-list[ python-Bugs-919498 ] Math Division ...
FromSent OnAttachments
SourceForge.netMar 19, 2004 9:02 am 
SourceForge.netMar 19, 2004 9:22 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ python-Bugs-919498 ] Math Division Problem?Actions...
From:SourceForge.net (nore@sourceforge.net)
Date:Mar 19, 2004 9:02:25 am
List:org.python.python-bugs-list

Bugs item #919498, was opened at 2004-03-19 16:20 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=919498&group_id=5470

Category: Python Interpreter Core Group: Python 2.3 Status: Open Resolution: None Priority: 5 Submitted By: GrASP (grasp81) Assigned to: Nobody/Anonymous (nobody) Summary: Math Division Problem?

Initial Comment: Using Python 2.3.3 (#51, Dec 18 2003, 20:22:39) [MSC v.1200 32 bit (Intel)] on win32

A mere real division resulted in this:

7.0/3

2.3333333333333335

Mind the trailing '5'. Did I miss my University classes too much? ;)

Amazingly,

4.0/3

1.3333333333333333 - works OK.

----------------------------------------------------------------------