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

Commit

Permalink
{Real,Complex}Ball: add some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mezzarobba committed Oct 16, 2015
1 parent 27f6641 commit 7b67b5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sage/rings/complex_ball_acb.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ Automatic coercions work as expected::
sage: bpol/3
([0.333333 +/- 4.93e-7])*x + [0.47140 +/- 5.39e-6] + [0.44444 +/- 4.98e-6]*I
TESTS::
sage: polygen(CBF, x)^3
x^3
Classes and Methods
===================
"""
Expand Down
3 changes: 3 additions & 0 deletions src/sage/rings/real_arb.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ TESTS::
sage: (RBF(pi) * identity_matrix(QQ, 3)).parent()
Full MatrixSpace of 3 by 3 dense matrices over Real ball field with 53 bits precision
sage: polygen(RBF, x)^3
x^3
Classes and Methods
===================
"""
Expand Down

0 comments on commit 7b67b5e

Please sign in to comment.