We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae38322 commit e836d77Copy full SHA for e836d77
1 file changed
mathics/builtin/constants.py
@@ -202,7 +202,7 @@ class Catalan(MPMathConstant, SympyConstant):
202
</dl>
203
204
>> Catalan // N
205
- = 0.915966
+ = 0.915965594177219
206
207
>> N[Catalan, 20]
208
= 0.91596559417721901505
@@ -372,7 +372,7 @@ class GoldenRatio(MPMathConstant, SympyConstant):
372
373
374
>> GoldenRatio // N
375
- = 1.61803
+ = 1.61803398874989
376
>> N[GoldenRatio, 40]
377
= 1.618033988749894848204586834365638117720
378
"""
0 commit comments