Gary Gregory
Gary Gregory
What should these method return when a double is not-a-number?
What about other JRE numbers like atomic numbers and big numbers? How should those be treated?
Hi @nnivruth In general, since we are a general purpose library, I would say that you should consider all subclasses of `Number` that are built-in the Java 8 JRE with...
@nnivruth , Thank you for your updates. The code covers all the cases it seems which is nice. The drawback ATM is that it does not feel very OO. I...
May you please rebase on master to pick up the recent Java 16 fix.
@Desislav-Petrov I am sorry no one got back to you on this PR. It seems now it needs to be rebased on git master. I'm not sure what "complimentary" means...
@Desislav-Petrov You'll still have to rebase on master so we can see what this looks like with the current codebase. TY!
Needs conflicts resolved...
We know the build fails on Java 16, there is a separate thread about that on the dev ML. It looks like a problem in our data parser or possibly...
@emopers Please rebase on master.