dpnp.round_
- dpnp.round_(a, decimals=0, out=None)[source]
Round an array to the given number of decimals.
For full documentation refer to
numpy.round_
.See also
dpnp.around
equivalent function; see for details.
Round an array to the given number of decimals.
For full documentation refer to numpy.round_
.
See also
dpnp.around
equivalent function; see for details.