MCPcopy Index your code
hub / github.com/python/cpython / un_close_numbers

Function un_close_numbers

Modules/_decimal/tests/randdec.py:269–274  ·  view source on GitHub ↗
(prec, emax, emin, itr=None)

Source from the content-addressed store, hash-verified

267
268
269def un_close_numbers(prec, emax, emin, itr=None):
270 if itr is None:
271 itr = 1000
272 for _ in range(itr):
273 for func in close_funcs:
274 yield func(prec, emax, emin)
275
276def bin_close_numbers(prec, emax, emin, itr=None):
277 if itr is None:

Callers 1

all_unaryFunction · 0.85

Calls 1

funcFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…