[Issue 9717] `std.math.round` rounds away from zero instead of to the nearest even integer
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Mar 15 10:36:34 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9717
hsteoh at quickfur.ath.cx changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hsteoh at quickfur.ath.cx
--- Comment #1 from hsteoh at quickfur.ath.cx 2013-03-15 10:36:32 PDT ---
Do you have an example code for this bug? I did this:
void main() { writeln(std.math.round(1.4)); }
and the output is 1, as expected.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list