Searched defs:gcd (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/2geom/ | ||
H A D | polynomial.cpp | 209 Poly gcd(Poly const &a, Poly const &b, const double /*tol*/) { function in namespace:Geom 211 return gcd(b, a); 218 return gcd(b, r); |
Completed in 35 milliseconds