Skip to content

Commit

Permalink
Import flint for arb and acb (instead of from deprecated arb)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Feb 23, 2024
1 parent 1a439e6 commit d661f1b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ from cysignals.signals cimport sig_on, sig_off
from sage.libs.gmp.mpz cimport *
from sage.libs.gmp.mpq cimport *
from sage.libs.flint.fmpz cimport *
from sage.libs.arb.arb cimport *
from sage.libs.arb.acb cimport *
from sage.libs.flint.arb cimport *
from sage.libs.flint.acb cimport *
from sage.libs.ntl.ntl_ZZ cimport ntl_ZZ
from sage.libs.ntl.ntl_ZZX cimport ntl_ZZX
from sage.libs.mpfi cimport *
Expand Down

0 comments on commit d661f1b

Please sign in to comment.