Skip to content

Commit

Permalink
Add another test
Browse files Browse the repository at this point in the history
  • Loading branch information
user202729 committed Nov 19, 2024
1 parent 14e1827 commit e8848d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sage/rings/convert/mpfi.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ cdef int _from_str_question_style(mpfi_ptr x, bytes s, int base) except -1:
True
sage: x in F(x.str(style="question", error_digits=0))
True
sage: F("1.123456789123456789123456789123456789123456789123456789123456789123456789?987654321987654321987654321e500").endpoints() # rel tol 1e-290
(1.123456789123456789123456789123456789123456788135802467135802467135802468e500,
1.12345678912345678912345678912345678912345679011111111111111111111111111e500)
Stress test::
Expand Down

0 comments on commit e8848d5

Please sign in to comment.