We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2eae8c8 + 0a5a7b4 commit 064120aCopy full SHA for 064120a
cypari2/paridecl.pxd
@@ -118,6 +118,7 @@ cdef extern from *: # PARI headers already included by types.pxd
118
extern PariOUT* pariOut
119
extern PariOUT* pariErr
120
extern byteptr diffptr
121
+ extern pari_prime* pari_PRIMES
122
123
###############################################
124
# #
cypari2/types.pxd
@@ -24,6 +24,7 @@ cdef extern from "pari/pari.h":
24
ctypedef long* GEN
25
ctypedef char* byteptr
26
ctypedef unsigned long pari_sp
27
+ ctypedef unsigned long pari_prime
28
29
# PARI types
30
enum:
0 commit comments