Home
last modified time | relevance | path

Searched defs:gmings (Results 1 – 2 of 2) sorted by relevance

/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A Dgen2.c1076 gmings(GEN x, long s) { return (gcmpsg(s,x)>0)? gcopy(x): stoi(s); } in gmings() function
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dgen2.c2021 gmings(GEN x, long s) { return (gcmpsg(s,x)>0)? gcopy(x): stoi(s); } in gmings() function