Searched refs:digitsEnd (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/svg/
H A Dpath-string.cpp122 int const digitsEnd = (int)floor(log10(std::min(fabs(v),fabs(r)))) - numericprecision; // Position just beyond the last significant digit of the smallest (in absolute sense) number local
123 double const roundeddiff = floor((v-r)*pow(10.,-digitsEnd-1)+.5);

Completed in 12 milliseconds