Lines Matching refs:math
17 import math42 return 63 + math.ceil(math.log2(base**exponent))85 min_exp = math.floor(math.log(5e-324, base) - math.log(0xFFFFFFFFFFFFFFFF, base))86 max_exp = math.ceil(math.log(1.7976931348623157e+308, base))123 step = math.floor(math.log(1e10, base))