Do we really want the sqrt of a integer to return a real? I would expect it to return floor(sqrt(n)), in the same way that integer division does. What do other people think/expect?
Daniel. On Thu, Aug 12, 2010 at 12:43 PM, dsource.org <[email protected]> wrote: > phobos commit, revision 1833 > > > user: dsimcha > > msg: > Bug 4455: Taking the sqrt of an integer shouldn't require an explicit > cast. > > http://www.dsource.org/projects/phobos/changeset/1833 > > _______________________________________________ > phobos mailing list > [email protected] > http://lists.puremagic.com/mailman/listinfo/phobos >
_______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
