Re: [math] question about math sublibraries

2023-07-13 Thread Dimitrios Efthymiou
thank you Gilles once again for this exchange. I will go for some pull requests for simple stuff first for the commons math libraries, see how that goes, and then I will consider a bigger investment On Thu, 13 Jul 2023 at 09:55, Gilles Sadowski wrote: > Hi. > > Le jeu. 13 juil. 2023 à 02:04, Dim

Re: [math] question about math sublibraries

2023-07-13 Thread Gilles Sadowski
Hi. Le jeu. 13 juil. 2023 à 02:04, Dimitrios Efthymiou a écrit : > > Thank you very much for replying. > 1--If I understood you correctly, apache commons will keep only the > existing 5 math-related libraries. Meaning that any math theory has to be > implemented in 1 of these 5 libraries. Is that

Re: [math] question about math sublibraries

2023-07-12 Thread Dimitrios Efthymiou
Thank you very much for replying. 1--If I understood you correctly, apache commons will keep only the existing 5 math-related libraries. Meaning that any math theory has to be implemented in 1 of these 5 libraries. Is that correct? 2--my implementation uses only BigDecimal for unlimited precision.

Re: [math] question about math sublibraries

2023-07-12 Thread Gilles Sadowski
Hello. Le mer. 12 juil. 2023 à 21:39, Dimitrios Efthymiou a écrit : > > Hello everyone. I have a clarification question. Not sure that the answer will bring the expected clarification. ;-) > Is Apache's goal First off, there is no Apache (or ASF) "goal" (at this level): the Java libraries (aka

[math] question about math sublibraries

2023-07-12 Thread Dimitrios Efthymiou
Hello everyone. I have a clarification question. Is Apache's goal to eventually create a number of commons math libraries and each one will be specialised in 1 math theory? For example math combinatorics, math linear algebra, math set theory, math differential equations, math calculus etc.? I am a