Home
last modified time | relevance | path

Searched refs:fast_icontent (Results 1 – 4 of 4) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dusual.h923 gen fast_icontent(const gen & g); // fast compute integer content of g
H A Dusual.cc10485 gen fast_icontent(const gen & g){ in fast_icontent() function
10491 G=gcd(G,fast_icontent(*it),context0); in fast_icontent()
10498 return fast_icontent(g._SYMBptr->feuille); in fast_icontent()
10500 return inv(fast_icontent(g._SYMBptr->feuille),context0); in fast_icontent()
10505 G=G*fast_icontent(*it); in fast_icontent()
10511 return pow(fast_icontent(g._SYMBptr->feuille[0]),g._SYMBptr->feuille[1],context0); in fast_icontent()
10536 gen z1=fast_icontent(g._SYMBptr->feuille[0]); in fast_divide_by_icontent()
10545 z2=gcd(fast_icontent(*it),zz,context0); in fast_divide_by_icontent()
H A Dsolve.cc1503 gen z=fast_icontent(e); in clean()
H A Dprog.cc7156 gen z=fast_icontent(f0); in simplifier()