Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Oct 25, 2021
2 parents 9f984a9 + 16d2850 commit 5a0ca39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/libs/pari/convert_sage_complex_double.pxd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from cypari2.gen cimport Gen
from sage.rings.complex_double cimport ComplexDoubleElement

cdef inline ComplexDoubleElement pari_to_cdf(Gen g)
cpdef ComplexDoubleElement pari_to_cdf(Gen g)

cpdef Gen new_gen_from_complex_double_element(ComplexDoubleElement self)

0 comments on commit 5a0ca39

Please sign in to comment.