Searched defs:_isfinite (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/ | ||
H A D | statistics.py | 249 def _isfinite(x): function |
H A D | random.py | 51 from math import tau as TWOPI, floor as _floor, isfinite as _isfinite namespace |
Completed in 4 milliseconds