Home
last modified time | relevance | path

Searched refs:rombint (Results 1 – 2 of 2) sorted by relevance

/dports/math/p5-Math-Pari/pari-2.3.5/src/language/
H A Dintnum.c185 rombint(void *E, GEN (*eval)(GEN, void*), GEN a, GEN b, long prec) in rombint() function
1587 case 1: z = rombint(E, eval, a, b, prec); break; in intnumromb()
/dports/math/pari/pari-2.13.3/src/language/
H A Dintnum.c163 rombint(void *E, GEN (*eval)(void*, GEN), GEN a, GEN b, long bit) in rombint() function
191 case 1: z = rombint(E, f, a, b, B); break; in intnumromb_bitprec()