Re: A FatRat.base issue

2020-10-06 Thread Aaron Sherman
This report was a long time ago. Entirely possible that it's been resolved. On Fri, Oct 2, 2020, 2:58 PM William Michels wrote: > On Thu, Mar 21, 2019 at 5:17 PM Aaron Sherman wrote: > > > > Here's four commands using my Math::Sequence module (note that the > difference between the first and s

Re: A FatRat.base issue

2020-10-02 Thread William Michels via perl6-users
On Thu, Mar 21, 2019 at 5:17 PM Aaron Sherman wrote: > > Here's four commands using my Math::Sequence module (note that the difference between the first and second command is just 1 digit of pi precision and the 3rd and 4th are just the 1st and 2nd but with a base conversion): > > $ time PERL6LIB=

A FatRat.base issue

2019-03-21 Thread Aaron Sherman
Here's four commands using my Math::Sequence module (note that the difference between the first and second command is just 1 digit of pi precision and the 3rd and 4th are just the 1st and 2nd but with a base conversion): $ time PERL6LIB=lib perl6 -MMath::Sequences::Integer -e 'put FatPi(309).perl'