I want to generate the digits of the square root of two to 3 million digits.
I am aware of Newton-Raphson but I don\'t have much clue how to impleme
As for arbitrary big numbers you could have a look at The GNU Multiple Precision Arithmetic Library (for C/C++).