Generating digits of square root of 2

后端 未结 9 1211
后悔当初
后悔当初 2020-12-29 08:36

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

9条回答
  •  感情败类
    2020-12-29 09:24

    As for arbitrary big numbers you could have a look at The GNU Multiple Precision Arithmetic Library (for C/C++).

提交回复
热议问题