larray.round

larray.round(*args, **kwargs)

Round an array to the given number of decimals.

larray specific variant of numpy.round_.

Documentation from numpy:

See also

around

equivalent function; see for details.