jax.numpy.around#
- jax.numpy.around(a, decimals=0, out=None)#
Round an array to the given number of decimals.
LAX-backend implementation of
numpy.around()
.Original docstring below.
around is an alias of ~numpy.round.
Round an array to the given number of decimals.
LAX-backend implementation of numpy.around()
.
Original docstring below.
around is an alias of ~numpy.round.