MCPcopy
hub / github.com/pydata/xarray / round

Function round

xarray/core/duck_array_ops.py:150–152  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

148
149
150def round(array):
151 xp = get_array_namespace(array)
152 return xp.round(array)
153
154
155around: Callable = round

Callers 3

test_eval_functionsFunction · 0.85

Calls 2

get_array_namespaceFunction · 0.90
roundMethod · 0.45

Tested by 2

test_eval_functionsFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…