Apéry's constant: Difference between revisions

Content added Content deleted
(Created Nim solution.)
m (Remove parentheses in an "echo" call.)
Line 196: Line 196:


echo "Actual value to 100 decimal places:"
echo "Actual value to 100 decimal places:"
echo("1.2020569031595942853997381615114499907649862923404988817922715553418382057863130901864558736093352581")
echo "1.2020569031595942853997381615114499907649862923404988817922715553418382057863130901864558736093352581"
echo()
echo()
apery(1000)
apery(1000)