Home | History | Annotate | Download | only in Lib

Lines Matching refs:quot

5725     quot, rem = divmod(cshift, _log10_digits(q))

5731 return _div_nearest(_iexp(rem, 10**p), 1000), quot - p + 3