Thanks Gilles. I checked NUMBERS-193 and i have an implementation of DD and
i will put it in *.ext package (TBD) along with some tests. Do i have to
look at Dfd.java or something, because these dfd classes in math legacy
core have lots of hard-coded decimals in there. Do these need to be copied
to DD or just implement the high/low part, add, multiply and checks for
overflows?

On Tue, 18 Jul 2023, 00:53 Gilles Sadowski, <gillese...@gmail.com> wrote:

> Le mar. 18 juil. 2023 à 00:38, Dimitrios Efthymiou
> <efthymiou.dimitri...@gmail.com> a écrit :
> >
> > good to know. I also see
> > https://cwiki.apache.org/confluence/display/COMMONS/MathWishList
> > Is this page still valid.
>
> At the top:
> ---CUT---
> Created by ASF Infrabot, last modified on Nov 01, 2013
> ---CUT---
> What do you think?
> This is a mixed bag of disparate ideas, some of which were (partly or
> completely) implemented, some weren't even discussed on the ML
> since then.
>
> The authoritative list of things to do first are those for which there is
> a decently recent discussion on JIRA.
>
> > I mean, could I work on one of these, like
> > Add further functionality for BigDecimal
> > <https://cwiki.apache.org/confluence/display/COMMONS/MathWishList#> and
> > BigInteger
> > <https://cwiki.apache.org/confluence/display/COMMONS/MathWishList#>
> > arithmetic
>
> See e.g. https://issues.apache.org/jira/browse/NUMBERS-193
>
> Regards,
> Gilles
>
> >
> > On Mon, 17 Jul 2023 at 23:22, Gilles Sadowski <gillese...@gmail.com>
> wrote:
> >
> > > Le lun. 17 juil. 2023 à 20:49, Dimitrios Efthymiou
> > > <efthymiou.dimitri...@gmail.com> a écrit :
> > > >
> > > > All i am saying is that if HBase has a class, say MathUtils and a
> method
> > > > add(double... numbers) and its body has the math algorithm to do
> > > addition,
> > > > we can just replace the method body with a call to the appropriate
> math
> > > > class that does addition. That's all i am saying. HBase, for example
> > > > already depends on math. I am not saying, change the API of HBase.
> Just
> > > > extract whatever math algorithms HBase has, put them in math (if they
> > > don't
> > > > exist there already) and call math.
> > >
> > > Only the concerned projects can tell if they would be willing
> > > to transfer some code to "Commons".
> > >
> > > Gilles
> > >
> > > > [...]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

Reply via email to