January 30, 2014 [D-runtime] Where should integer pow functions go? | ||||
---|---|---|---|---|
| ||||
Attachments:
| I'm looking at lowering to a runtime call instead of requiring std.math - where should these functions go? Is there a logical place or should I be creating a new file? Thanks, Daniel |
February 05, 2014 Re: [D-runtime] Where should integer pow functions go? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Daniel Murphy | On Jan 30, 2014, at 4:17 AM, Daniel Murphy <yebblies@gmail.com> wrote: > I'm looking at lowering to a runtime call instead of requiring std.math - where should these functions go? Is there a logical place or should I be creating a new file? I’d guess core.math, though I believe that’s intended to be an internal module. _______________________________________________ D-runtime mailing list D-runtime@puremagic.com http://lists.puremagic.com/mailman/listinfo/d-runtime |
Copyright © 1999-2021 by the D Language Foundation