Re: [math][lang] LANG-912: Math.sum(int...)

2013-10-16 Thread Henri Yandell
Thanks Gilles. I've moved it over. On Wed, Oct 16, 2013 at 2:24 AM, Gilles wrote: > On Wed, 16 Oct 2013 02:12:41 -0700, Henri Yandell wrote: > >> Should this issue be in Math? >> >> https://issues.apache.org/**jira/browse/LANG-912 >> >> Perhaps as

Re: [math][lang] LANG-912: Math.sum(int...)

2013-10-16 Thread Gilles
On Wed, 16 Oct 2013 02:12:41 -0700, Henri Yandell wrote: Should this issue be in Math? https://issues.apache.org/jira/browse/LANG-912 Perhaps as ArithmeticUtils.addAndCheck(int...) ? Welcome. It would be an easy extension, I think. Regards, Gilles Or should we be thinking of implementing o

[math][lang] LANG-912: Math.sum(int...)

2013-10-16 Thread Henri Yandell
Should this issue be in Math? https://issues.apache.org/jira/browse/LANG-912 Perhaps as ArithmeticUtils.addAndCheck(int...) ? Or should we be thinking of implementing on the Lang side? Hen