Skip to content

Commit 5964ce0

Browse files
committed
fixing tests again
1 parent 1f38168 commit 5964ce0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mathics/builtin/arithmetic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ class Power(BinaryOperator, _MPMathFunction):
853853
854854
#> 1/0
855855
: Infinite expression 1 / 0 encountered.
856-
= Infinity
856+
= ComplexInfinity
857857
#> 0 ^ -2
858858
: Infinite expression 1 / 0 ^ 2 encountered.
859859
= ComplexInfinity

0 commit comments

Comments
 (0)