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 b1939b3 commit 1f38168Copy full SHA for 1f38168
1 file changed
mathics/builtin/inout.py
@@ -1432,7 +1432,7 @@ class Check(Builtin):
1432
1433
#> Off[Power::infy]
1434
#> Check[1 / 0, err]
1435
- = Infinity
+ = ComplexInfinity
1436
1437
#> On[Power::infy]
1438
@@ -1627,7 +1627,7 @@ class Off(Builtin):
1627
1628
>> Off[Power::infy]
1629
>> 1 / 0
1630
1631
1632
>> Off[Power::indet, Syntax::com]
1633
>> {0 ^ 0,}
@@ -1673,11 +1673,11 @@ class On(Builtin):
1673
1674
1675
1676
1677
>> On[Power::infy]
1678
1679
: Infinite expression 1 / 0 encountered.
1680
1681
"""
1682
1683
# TODO
0 commit comments