in reply to Re: Computing pi to multiple precision
in thread Computing pi to multiple precision

But wait, if you print the value all at once, then why do you need the complicated incremental radix conversion routine? Why not just generate the whole binary representation at once, then convert it to decimal all at once, using the built in bigfloat or bigint operations? (Sorry, I won't write that in code now.)

  • Comment on Re^2: Computing pi to multiple precision

Replies are listed 'Best First'.
Re^3: Computing pi to multiple precision
by moritz (Cardinal) on Sep 09, 2012 at 19:46 UTC