Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dintg.h47 gen firstcoefftrunc(const gen & e);
H A Dintg.cc1004 in_coeffden=firstcoefftrunc(in_coeffden); in integrate_linearizable()
1005 in_rea=firstcoefftrunc(e2r(rea,les_var,contextptr)); in integrate_linearizable()
1006 in_ima=firstcoefftrunc(e2r(ima,les_var,contextptr)); in integrate_linearizable()
2245 gen firstcoefftrunc(const gen & e){ in firstcoefftrunc() function
2247 return fraction(firstcoefftrunc(e._FRACptr->num),firstcoefftrunc(e._FRACptr->den)); in firstcoefftrunc()