[Python-bugs-list] [ python-Bugs-816946 ] Float Multiplication

SourceForge.net noreply at sourceforge.net
Fri Oct 3 00:09:06 EDT 2003


Bugs item #816946, was opened at 2003-10-02 22:09
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=816946&group_id=5470

Category: Regular Expressions
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Victor Demaria (vktor)
Assigned to: Fredrik Lundh (effbot)
Summary: Float Multiplication

Initial Comment:
Why (1.16 * 100) is not the same than (1.16 * 10 * 10)?



I tried 1.16*100. also and it is = 115.99999999; but if I 

do 1.16*10*10 I get 116.



Thanks....





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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=816946&group_id=5470



More information about the Python-bugs-list mailing list