Attention
This repository has been archived. Please use xarray.DataTree instead.
datatree.DataTree.round
-
DataTree.round(*args: Any, **kwargs: Any) → Self[source]
Round an array to the given number of decimals.
around is an alias of ~numpy.round.
See also
ndarray.roundequivalent method
roundalias for this function
ceil, fix, floor, rint, trunc