Just did. I just wanted to ensure that I was allowed to do that. BTW, i
noticed that there is no issues tab in the numbers repo on GitHub and there
is only 7 PRs (8 including mine). Is this an active project?

On Thu, 13 Jul 2023, 16:33 Gilles Sadowski, <gillese...@gmail.com> wrote:

> Hi.
>
> Le jeu. 13 juil. 2023 à 17:01, Dimitrios Efthymiou
> <efthymiou.dimitri...@gmail.com> 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 algorithm uses greatest common divisor. Instead of reimplementing
> > myself, I thought that I should reuse ArithmeticUtils::gcd,
>
> +1
>
> > but
> > the commons_numbers_primes project does not import the
> > commons_numbers_core project. What should I do?
>
> Add the "core" module as a dependency in the "primes" one.
>
> Regards,
> Gilles
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
> For additional commands, e-mail: dev-h...@community.apache.org
>
>

Reply via email to