Lines Matching refs:m
18 import math as m namespace
101 p = 3*int(m.log(abs(x), 10**3))
117 p = 10*int(m.log(abs(x), 2**10))
151 scale = self.base ** (m.ceil(m.log((vmax-vmin) / (nbins+1), self.base)))
184 if m.isinf(x) or m.isnan(x):
357 if self_i < len(self_xweights) else m.inf)
359 if other_i < len(other_xweights) else m.inf)
378 if self_i < len(self_xweights) else m.inf)
396 if other_i < len(other_xweights) else m.inf)
408 if self_i < len(self_xweights) else m.inf)
411 if other_i < len(other_xweights) else m.inf)
455 if self_i < len(self_yweights) else m.inf)
457 if other_i < len(other_yweights) else m.inf)
476 if self_i < len(self_yweights) else m.inf)
494 if other_i < len(other_yweights) else m.inf)
506 if self_i < len(self_yweights) else m.inf)
509 if other_i < len(other_yweights) else m.inf)