[Issue 2973] std.math.pow(int, int), etc.

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2973 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.030 |D2 --

[Issue 2973] std.math.pow(int, int), etc.

2010-02-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2973 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 2973] std.math.pow(int, int), etc.

2009-12-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2973 ZY Zhou rin...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 2973] std.math.pow(int, int), etc.

2009-10-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2973 David Simcha dsim...@yahoo.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 2973] std.math.pow(int, int), etc.

2009-10-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2973 --- Comment #8 from Andrei Alexandrescu and...@metalanguage.com 2009-10-18 13:06:15 PDT --- (In reply to comment #7) Since I filed this one and I'm thoroughly convinced now that it's not necessary and noone else seems to want it, I'm

[Issue 2973] std.math.pow(int, int), etc.

2009-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2973 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 2973] std.math.pow(int, int), etc.

2009-08-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2973 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au

[Issue 2973] std.math.pow(int, int), etc.

2009-07-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2973 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added CC|

[Issue 2973] std.math.pow(int, int), etc.

2009-07-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2973 --- Comment #3 from David Simcha dsim...@yahoo.com 2009-07-21 19:55:36 PDT --- Couldn't you just stick an assert in there to make sure it doesn't wrap around? I haven't tested, but I would think that even in debug mode, this would be

[Issue 2973] std.math.pow(int, int), etc.

2009-07-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2973 --- Comment #4 from Andrei Alexandrescu and...@metalanguage.com 2009-07-21 20:15:20 PDT --- (In reply to comment #3) Couldn't you just stick an assert in there to make sure it doesn't wrap around? I haven't tested, but I would think