Add README.md

This commit is contained in:
2024-01-17 15:36:46 +08:00
parent 484e148cde
commit 6c921c1394
2 changed files with 2 additions and 3 deletions

2
.gitignore vendored
View File

@ -8,5 +8,3 @@ build/
# MacOS Cache
.DS_Store

1
README.md Normal file
View File

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