Home | History | Annotate | Download | only in Lib

Lines Matching refs:quot

5991     quot, rem = divmod(cshift, _log10_digits(q))
5997 return _div_nearest(_iexp(rem, 10**p), 1000), quot - p + 3