Metaprogramming with D.

TheFlyingFiddle theflyingfiddle at gmail.com
Sat Oct 19 17:43:33 PDT 2013


>   	    res += components[i];

Should be res += components[i] * components[i];


More information about the Digitalmars-d-learn mailing list