We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8cc8a commit cd93565Copy full SHA for cd93565
1 file changed
docs/source/tutorial/index.rst
@@ -261,8 +261,8 @@ Here are some examples::
261
9059431594737481158406995332028773319460519038727478164087865909024706484152
262
1630002287276409423882599577415088163974702524820115607076448838078733704899
263
00864775113226027', precision=1000)
264
- >>> 4*exp(-const_pi()/2/agm(1, 1e-100))
265
- BigFloat.exact('9.9999999999998517e-101', precision=53)
+ >>> 4*exp(-const_pi()/2/agm(1, pow(10, -100)))
+ BigFloat.exact('1.00000000000000000000000000000000730e-100', precision=113)
266
267
For a full list of the supported functions, see the :ref:`standard functions`
268
section of the :ref:`api reference`.
0 commit comments