[numbers-fraction] of() methods for BigFraction - take BigInteger only, or include long and int?

2019-03-29 Thread Eric Barnhill
Almost done with Fraction here. Fraction() operates with int inputs only, due to the mathematical limitations of the fast algorithm, so of() methods only need to handle int inputs. But what about BigFraction()? Right now the of() methods handle BigIngeters only. Do we want to expand this so a Big

JDK 13 - Early Access build 14 is available

2019-03-29 Thread Rory O'Donnell
Hi Benedikt, *OpenJDK builds *- JDK 13 - Early Access build 14 is available at http://jdk.java.net/13/ * These early-access, open-source builds are provided under the GNU General Public License, version 2, with the Classpath Exception . * Ch

Re: [CLI] Option arguments without - or --

2019-03-29 Thread Amey Jadiye
On Fri, Mar 29, 2019 at 3:41 PM sebb wrote: > On Fri, 29 Mar 2019 at 07:04, Amey Jadiye wrote: > > > > Hi, > > > > Looks like the functionality is not present in the code base. > > > > I'm proposing the SimpleCommandParser which can implement > CommandLineParser > > for achieving below requireme

RE: GSoC 19: Information pertaining to 'Lagged Fibonacci Generators'

2019-03-29 Thread Abhishek Dhadwal
Dear Sir, I’ve implemented all the changes required, and made a few tweaks and additions as per your suggestions. Kindly check them and let me know if I’ve to make more changes. The link : https://docs.google.com/document/d/1dKwGTDYWrqae26v3DdLljvZw9reEfaO5h2vyO1rWRG8/edit?usp=sharing Thank you

Re: [CLI] Option arguments without - or --

2019-03-29 Thread sebb
On Fri, 29 Mar 2019 at 07:04, Amey Jadiye wrote: > > Hi, > > Looks like the functionality is not present in the code base. > > I'm proposing the SimpleCommandParser which can implement CommandLineParser > for achieving below requirements. let me know your thoughts on this. Thanks for the suggesti

Re: [CLI] Option arguments without - or --

2019-03-29 Thread Amey Jadiye
Hi, Looks like the functionality is not present in the code base. I'm proposing the SimpleCommandParser which can implement CommandLineParser for achieving below requirements. let me know your thoughts on this. Regards, Amey On Wed, Mar 27, 2019 at 11:32 AM Amey Jadiye wrote: > Hi, > > I'm de