Skip to content

Commit e836d77

Browse files
committed
fix Catalan and GOldenRatio tests
1 parent ae38322 commit e836d77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mathics/builtin/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ class Catalan(MPMathConstant, SympyConstant):
202202
</dl>
203203
204204
>> Catalan // N
205-
= 0.915966
205+
= 0.915965594177219
206206
207207
>> N[Catalan, 20]
208208
= 0.91596559417721901505
@@ -372,7 +372,7 @@ class GoldenRatio(MPMathConstant, SympyConstant):
372372
</dl>
373373
374374
>> GoldenRatio // N
375-
= 1.61803
375+
= 1.61803398874989
376376
>> N[GoldenRatio, 40]
377377
= 1.618033988749894848204586834365638117720
378378
"""

0 commit comments

Comments
 (0)