Home | History | Annotate | Download | only in python2.7

Lines Matching defs:_log10_lb

2154         # if m > p*100//_log10_lb(xc) then m > p/log10(xc), hence xc**m >
2156 if xc > 1 and m > p*100//_log10_lb(xc):
5824 def _log10_lb(c, correction = {
5829 raise ValueError("The argument to _log10_lb should be nonnegative.")