Re: [Math] FastMath missing methods from java.lang.Math...

2021-05-31 Thread Gilles Sadowski
Le ven. 28 mai 2021 à 10:23, Erik Svensson a écrit : > > https://issues.apache.org/jira/browse/MATH-1591 > > Please check it out. > I should base it on the modularized_master branch, No, it is outdated (merged into "master"). > I take it? Sure. Functionality should go in module

Re: [Math] FastMath missing methods from java.lang.Math...

2021-05-28 Thread Erik Svensson
https://issues.apache.org/jira/browse/MATH-1591 Please check it out. I should base it on the modularized_master branch, I take it? Cheers Erik Svensson Principal Architect Strategic Programs, Platform & Product Engineering Desk Mobile Email Address + 46 8 405 66 39 +

Re: [Math] FastMath missing methods from java.lang.Math...

2021-05-27 Thread Gilles Sadowski
Le jeu. 27 mai 2021 à 13:53, Erik Svensson a écrit : > > > > On 2021-05-27, 11:59, "Gilles Sadowski" wrote: > > WARNING - External email; exercise caution. > > Hi. > > Le jeu. 27 mai 2021 à 11:32, Erik Svensson a > écrit : > > > > Howdy all! > > > > > > > >

Re: [Math] FastMath missing methods from java.lang.Math...

2021-05-27 Thread Erik Svensson
On 2021-05-27, 11:59, "Gilles Sadowski" wrote: WARNING - External email; exercise caution. Hi. Le jeu. 27 mai 2021 à 11:32, Erik Svensson a écrit : > > Howdy all! > > > > I’m comparing FastMath with java.lang.Math and I notice that FastMath is no

Re: [Math] FastMath missing methods from java.lang.Math...

2021-05-27 Thread Gilles Sadowski
Hi. Le jeu. 27 mai 2021 à 11:32, Erik Svensson a écrit : > > Howdy all! > > > > I’m comparing FastMath with java.lang.Math and I notice that FastMath is no > longer Math-complete. > > Ie, jlM has methods that FastMath doesn’t have. Incidentally, that's why the unit test suite fails when

[Math] FastMath missing methods from java.lang.Math...

2021-05-27 Thread Erik Svensson
Howdy all! I’m comparing FastMath with java.lang.Math and I notice that FastMath is no longer Math-complete. Ie, jlM has methods that FastMath doesn’t have. FM is documented as ‘drop-in replacement’ so should the new jlM methods be added to FM? Methods in question: fma