Searched refs:sqrt_internal (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/2geom/ |
H A D | sbasis-math.cpp | 138 static Piecewise<SBasis> sqrt_internal(SBasis const &f, function in namespace:Geom 146 return sqrt_internal(-f,tol,order); 170 sqrtf0 = sqrt_internal(compose(f,Linear(0.,.5)),tol,order); 171 sqrtf1 = sqrt_internal(compose(f,Linear(.5,1.)),tol,order); 195 Piecewise<SBasis> sqrtfi = sqrt_internal(ff.segs[i],tol,order);
|
Completed in 30 milliseconds