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

Function round

dask/array/routines.py:1585–1586  ·  view source on GitHub ↗
(a, decimals=0)

Source from the content-addressed store, hash-verified

1583@implements(np.round)
1584@derived_from(np)
1585def round(a, decimals=0):
1586 return a.map_blocks(np.round, decimals=decimals, dtype=a.dtype)
1587
1588
1589@implements(np.ndim)

Callers 3

roundMethod · 0.90
fractional_sliceFunction · 0.85
read_sql_queryFunction · 0.85

Calls 1

map_blocksMethod · 0.45

Tested by

no test coverage detected