Re: [sage-devel] Please explain _pari_ and _pari_init_

2010-09-21 Thread Mike Hansen
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

Re: [sage-devel] Please explain _pari_ and _pari_init_

2010-09-19 Thread Jeroen Demeyer
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

[sage-devel] Please explain _pari_ and _pari_init_

2010-08-19 Thread Jeroen Demeyer
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