Home
last modified time | relevance | path

Searched refs:pp_Divide (Results 1 – 3 of 3) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/kernel/
H A Dpolys.h169 poly pp_Divide(poly a, poly b, const ring r);
H A Dpolys.cc174 poly pp_Divide(poly p, poly q, const ring r) in pp_Divide() function
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Diparith.cc1279 res->data=(void*)(pp_Divide(p /*(poly)(u->Data())*/ , in jjDIV_P()