MCPcopy Create free account
hub / github.com/dask/dask / around

Function around

dask/array/routines.py:2026–2027  ·  view source on GitHub ↗
(x, decimals=0)

Source from the content-addressed store, hash-verified

2024
2025@derived_from(np)
2026def around(x, decimals=0):
2027 return map_blocks(partial(np.around, decimals=decimals), x, dtype=x.dtype)
2028
2029
2030def _asarray_isnull(values):

Callers

nothing calls this directly

Calls 1

map_blocksFunction · 0.90

Tested by

no test coverage detected