Hello,
On Thu, Aug 19, 2010 at 2:54 PM, Jeroen Demeyer wrote:
> I noticed some classes in Sage have a _pari_ method (which seems to be
> used to convert self to a PARI GEN). But there is also _pari_init_,
> which seems to be more or less the same (although, through a string).
> What is the point
It also seems that the Gp interface uses _pari_init_(), what's up with that?
Jeroen.
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://group
Hello all,
I noticed some classes in Sage have a _pari_ method (which seems to be
used to convert self to a PARI GEN). But there is also _pari_init_,
which seems to be more or less the same (although, through a string).
What is the point of this? If there is any documentation about this,
feel fr