[Issue 366] Adding trailing zeros to a real literal makes it smaller!
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Sep 25 11:40:13 PDT 2006
http://d.puremagic.com/issues/show_bug.cgi?id=366
bugzilla at digitalmars.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Comment #1 from bugzilla at digitalmars.com 2006-09-25 13:40 -------
Conversion from decimal to binary is done using "round to nearest", not
"truncate towards zero". Round to nearest will 50% of the time result in larger
numbers than truncating towards 0. Adding 0's to the literal is the same as
truncate towards zero.
--
More information about the Digitalmars-d-bugs
mailing list