Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #19063: RESt formatting
Browse files Browse the repository at this point in the history
Reviewer patch
  • Loading branch information
cheuberg authored and mezzarobba committed Oct 15, 2015
1 parent 5886d73 commit a2bf307
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/sage/rings/complex_ball_acb.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -950,9 +950,9 @@ cdef class ComplexBall(RingElement):

INPUT:

- ``test_zero`` (boolean, default False) -- if True, make sure that the
returned lower bound is positive, raising an error if the ball
contains zero.
- ``test_zero`` (boolean, default ``False``) -- if ``True``,
make sure that the returned lower bound is positive, raising
an error if the ball contains zero.

.. SEEALSO:: :meth:`abs`, :meth:`above_abs`

Expand Down Expand Up @@ -1565,10 +1565,8 @@ cdef class ComplexBall(RingElement):

sage: from sage.rings.complex_ball_acb import CBF
sage: from sage.rings.real_arb import RBF

sage: CBF(-2, 1)/CBF(1, 1/3)
[-1.50000000000000 +/- 1.27e-15] + [1.500000000000000 +/- 8.94e-16]*I

sage: CBF(2+I)/CBF(0)
[+/- inf] + [+/- inf]*I
sage: CBF(1)/CBF(0)
Expand Down

0 comments on commit a2bf307

Please sign in to comment.