Re: [math] how can I reuse functions within the math numbers project?

2023-07-13 Thread Dimitrios Efthymiou
l. 2023 à 17:01, Dimitrios Efthymiou > a écrit : > > > > Hello everyone. I am implementing a function that checks > > if 2 integers are relatively prime. I am putting this code in > > the commons_numbers_primes project. The problem is that > > my algorith

[math] how can I reuse functions within the math numbers project?

2023-07-13 Thread Dimitrios Efthymiou
Hello everyone. I am implementing a function that checks if 2 integers are relatively prime. I am putting this code in the commons_numbers_primes project. The problem is that my algorithm uses greatest common divisor. Instead of reimplementing myself, I thought that I should reuse ArithmeticUtils::

Re: [math] question about math sublibraries

2023-07-13 Thread Dimitrios Efthymiou
3 à 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

Re: [math] question about math sublibraries

2023-07-12 Thread Dimitrios Efthymiou
now? 7--here is my code https://github.com/orionlibs/orion/tree/main/orion_math/src/main/java/com/orion/math On Wed, 12 Jul 2023, 23:54 Gilles Sadowski, wrote: > Hello. > > Le mer. 12 juil. 2023 à 21:39, Dimitrios Efthymiou > a écrit : > > > > Hello everyone. I have a cl

[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

[math][lang][text] - need advice on where to put a method

2023-07-02 Thread Dimitrios Efthymiou
Hello everyone. I have a PR (which is currently in commons-math) that has a method that takes a string and extracts whatever numbers it finds inside it. https://github.com/apache/commons-math/pull/233 There is a disagreement regarding the project that should take ownership of such a method. To whic