Files
PiCalculatorCpp/README.md
2024-01-17 15:36:46 +08:00

1 line
195 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

使用C++重写了一下,基于`Gauss-Salamin-Brent`迭代法,使用`gmp``mpfr`计算到小数点后1e6位标准答案来自<https://www.damienelliott.com/1-million-digits-of-pi/>