jax.numpy.around¶

jax.numpy.around(a, decimals=0, out=None)¶

Round an array to the given number of decimals.

LAX-backend implementation of round_(). Original docstring below.

See also

around()

equivalent function; see for details.