Skip to content

Commit

Permalink
Making the point explicit for coerce_actions.pyx multiplication alarm…
Browse files Browse the repository at this point in the history
… test.
  • Loading branch information
tscrim committed Dec 28, 2023
1 parent c25fd0b commit d1bf25f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/structure/coerce_actions.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,7 @@ cdef class IntegerMulAction(IntegerAction):
Check that large multiplications can be interrupted::
sage: # needs sage.schemes
sage: P = E([2,1,1])
sage: alarm(0.001); 2^(10^8) * P
Traceback (most recent call last):
...
Expand Down

0 comments on commit d1bf25f

Please sign in to comment.