dpnp.ndarray.round
- ndarray.round(decimals=0, out=None)
Return array with each element rounded to the given number of decimals.
See also
dpnp.around
for full documentation.
Return array with each element rounded to the given number of decimals.
See also
dpnp.around
for full documentation.