bundles / numpy 2.4.3 / numpy / around
_ArrayFunctionDispatcher
numpy:around
Signature
def around ( a , decimals = 0 , out = None ) Summary
Round an array to the given number of decimals.
Extended Summary
See also
- ceil
- fix
- floor
- ndarray.round
equivalent method
- rint
- round
alias for this function
- trunc
Aliases
-
numpy.around