[Issue 8476] float comparison operand not truncated from real

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8476 Iain Buclaw changed: What|Removed |Added Priority|P2 |P3 --

[Issue 8476] float comparison operand not truncated from real

2013-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8476 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added CC|

[Issue 8476] float comparison operand not truncated from real

2012-10-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8476 Maxim Fomin ma...@maxim-fomin.ru changed: What|Removed |Added CC||ma...@maxim-fomin.ru

[Issue 8476] float comparison operand not truncated from real

2012-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8476 --- Comment #6 from bearophile_h...@eml.cc 2012-07-31 02:12:51 PDT --- (In reply to comment #5) D made the decision early on that: more precision == better and that any program that relied on results being less accurate was a faulty

[Issue 8476] float comparison operand not truncated from real

2012-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8476 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 8476] float comparison operand not truncated from real

2012-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8476 --- Comment #3 from Ellery Newcomer ellery-newco...@utulsa.edu 2012-07-30 16:09:48 PDT --- (In reply to comment #1) I'm not sure what the issue is here. Can you point to what you think it should be doing? Also, the compiler is allowed to

[Issue 8476] float comparison operand not truncated from real

2012-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8476 --- Comment #4 from Walter Bright bugzi...@digitalmars.com 2012-07-30 20:58:21 PDT --- f is of type float. z is of type chromosome. Where are they the same types? -- Configure issuemail:

[Issue 8476] float comparison operand not truncated from real

2012-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8476 --- Comment #5 from Walter Bright bugzi...@digitalmars.com 2012-07-30 21:00:54 PDT --- (In reply to comment #2) (In reply to comment #1) The compiler is always allowed to use a higher precision for intermediate calculations than the