bundles / numpy latest / numpy / around
_ArrayFunctionDispatcher
numpy:around
source: /dev/numpy/build-install/usr/lib/python3.14/site-packages/numpy/_core/fromnumeric.py :3677
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