[Issue 2973] New: std.math.pow(int, int), etc.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed May 13 09:52:51 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2973
Summary: std.math.pow(int, int), etc.
Product: D
Version: 2.030
Platform: PC
OS/Version: Windows
Status: NEW
Severity: enhancement
Priority: P2
Component: Phobos
AssignedTo: bugzilla at digitalmars.com
ReportedBy: dsimcha at yahoo.com
std.math should have a function for efficiently and accurately computing
int^int, int ^ uint, etc. Casting to floating point is not a good solution b/c
you lose performance and, in some cases, precision. Furthermore, this would be
dead simple to implement.
--
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