You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Cython code for wrappers of PARI functions is generated only using the "prototype". However, certain functions also have gp2c descriptions, which contains more fine-grained code. For example:
Currently, the Cython code for wrappers of PARI functions is generated only using the "prototype". However, certain functions also have gp2c descriptions, which contains more fine-grained code. For example:
The contains optimizations for
Mod(x, y)
ifx
ory
are C longs instead of PARI objects.It might not be worth using this, but at least we should think about it.
The text was updated successfully, but these errors were encountered: