dpnp.ndarray.round

ndarray.round(decimals=0, out=None)

Return array with each element rounded to the given number of decimals.

Refer to dpnp.round for full documentation.