Warning

This page was created from a pull request.

jax.numpy.round¶

jax.numpy.round(a, decimals=0, out=None)[source]¶

Round an array to the given number of decimals.

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

around : equivalent function; see for details.