Re: [NUMBERS] Article on Commons Numbers

2020-10-01 Thread Alex Herbert
> On 1 Oct 2020, at 15:07, Gilles Sadowski wrote: > > ---CUT--- > more operations for angles and vectors, close equality check for complex > numbers > ---CUT--- > There are close equality checks in o.a.c.math3.complex.Complex: public static boolean equals(Complex x, Complex y, int

Re: [NUMBERS] Article on Commons Numbers

2020-10-01 Thread Gilles Sadowski
Hi. Le lun. 28 sept. 2020 à 23:49, Nicola Vitucci a écrit : > > Hi all, > > Here is my article on Numbers as promised: > https://apothem.blog/apache-commons-numbers.html Thanks for a nice presentation! > I hope it can be useful as a first comprehensive documentation and as an > outsider's

Re: [NUMBERS] Article on Commons Numbers

2020-09-28 Thread Matt Sicker
Very nice blog post! If you’re looking for inspiration on what Field could be useful for, while there aren’t included implementations to make them appropriate in production, you can model many cryptographic operations using different fields. AES, RSA, ChaCha, ECC; they all operate on finite

Re: [NUMBERS] Article on Commons Numbers

2020-09-28 Thread Nicola Vitucci
Hi all, Here is my article on Numbers as promised: https://apothem.blog/apache-commons-numbers.html I hope it can be useful as a first comprehensive documentation and as an outsider's perspective on the current status of the library. Please feel free to comment and suggest improvements!

RE: [NUMBERS] Article on Commons Numbers

2020-09-26 Thread altavir
s.apache.org > Subject: Re: [NUMBERS] Article on Commons Numbers > > Hi Gilles, > > Thanks for the detailed answer, which made things much clearer. I'll publish > my blog post by the end of the month, and your feedback will be very >

Re: [NUMBERS] Article on Commons Numbers

2020-09-25 Thread Nicola Vitucci
Hi Gilles, Thanks for the detailed answer, which made things much clearer. I'll publish my blog post by the end of the month, and your feedback will be very welcome! Thanks, Nicola - To unsubscribe, e-mail:

Re: [NUMBERS] Article on Commons Numbers

2020-09-25 Thread Gilles Sadowski
Hello. 2020-09-25 11:55 UTC+02:00, Nicola Vitucci : > Hi everyone, > > I am writing an article on Commons Numbers on my blog, > with some background > and several usage examples for each module. Great; thanks a lot! > Anyway, I could not find a clear > explanation of

[NUMBERS] Article on Commons Numbers

2020-09-25 Thread Nicola Vitucci
Hi everyone, I am writing an article on Commons Numbers on my blog, with some background and several usage examples for each module. Anyway, I could not find a clear explanation of what Numbers is meant for and its relation to other libraries (e.g. Commons Math); my understanding is that Math