Skip to content

Commit 3451f00

Browse files
authored
Fix one more instance of incorrect precision (#89)
1 parent e676476 commit 3451f00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/tutorial/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ Here are some examples::
261261
9059431594737481158406995332028773319460519038727478164087865909024706484152
262262
1630002287276409423882599577415088163974702524820115607076448838078733704899
263263
00864775113226027', precision=1000)
264-
>>> 4*exp(-const_pi()/2/agm(1, 1e-100))
265-
BigFloat.exact('9.9999999999998517e-101', precision=53)
264+
>>> 4*exp(-const_pi()/2/agm(1, pow(10, -100)))
265+
BigFloat.exact('1.00000000000000000000000000000000730e-100', precision=113)
266266

267267
For a full list of the supported functions, see the :ref:`standard functions`
268268
section of the :ref:`api reference`.

0 commit comments

Comments
 (0)