Bill Allombert on Thu, 14 Dec 2017 16:51:59 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: documentation for primpart & primitive_part |
On Thu, Dec 14, 2017 at 10:11:13AM -0500, Sam Steingold wrote: > Hi, > > Thanks for generous help from Bill, CLISP PARI interface is now > generated from pari.desc. > > However, there are some functions we use that are in paridecl.h but not > in pari.desc, not documented in > https://pari.math.u-bordeaux.fr/dochtml/html-stable/usersch6.html and They are documented in https://pari.math.u-bordeaux.fr/dochtml/html-stable/usersch5.html#GCD-content-and-primitive-part > unknown to "?" and "whatnow" in gp: > > GEN primitive_part(GEN x, GEN *c); > GEN primpart(GEN x); > > It is okay to use them? Yes, sure. Cheers, Bill.