> On May 14, 2020, at 7:27 AM, ToddAndMargo via perl6-users > <perl6-us...@perl.org> wrote: > > Hi All, > > 1) how do I get 40 or more digits out of sqrt? —snip— Use an Integer Root algorithm on ($number-you-want-the-root-of * 100 ** $number-of-digits-you-want), then shift the decimal point of the result. Exact code here: https://rosettacode.org/wiki/Integer_roots#Raku — Hope this helps, Bruce Gray (“Util” on RosettaCode, too)
- sqrt and Buf question ToddAndMargo via perl6-users
- Re: sqrt and Buf question Tobias Boege
- Re: sqrt and Buf question ToddAndMargo via perl6-users
- Re: sqrt and Buf question ToddAndMargo via perl6-users
- Re: sqrt and Buf question Bruce Gray
- Re: sqrt and Buf question ToddAndMargo via perl6-users
- Re: sqrt and Buf question Peter Pentchev
- Re: sqrt and Buf question ToddAndMargo via perl6-users
- Re: sqrt and Buf que... William Michels via perl6-users
- Re: sqrt and Buf... ToddAndMargo via perl6-users
- Re: sqrt and Buf question Bruce Gray
- Re: sqrt and Buf question ToddAndMargo via perl6-users