dotProduct and sum unification
Andrei Alexandrescu via Digitalmars-d
digitalmars-d at puremagic.com
Mon Sep 8 10:02:46 PDT 2014
On 9/8/14, 2:58 AM, Ilya Yaroshenko wrote:
> + std.numeric.normalize
One issue with std.numeric is it's rather disorganized - a grab bag of
vaguely "numeric" stuff. However std.algorithm also includes stuff
that's arguably numeric, e.g. min and max etc. I think the right way is
to let the existing stuff be and improve the organization of std.numeric.
Andrei
More information about the Digitalmars-d
mailing list