http://d.puremagic.com/issues/show_bug.cgi?id=5812
--- Comment #1 from Iain Buclaw <ibuc...@ubuntu.com> 2011-04-04 11:32:56 PDT --- You can also optimize: x^^1 => (x) x^^-1 => (1/x) And that will remove two other scenarios from requiring std.math to compute the result. Regards -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------