This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy latest / numpy / ma / core / around

_MaskedUnaryOperation

numpy.ma.core:around

source: build-install/usr/lib/python3.14/site-packages/numpy/ma/core.py

Signature

def   around ( a * args ** kwargs )

Summary

Round an array to the given number of decimals.

Extended Summary

around is an alias of round.

See also

ceil
fix
floor
ndarray.round

equivalent method

rint
round

alias for this function

trunc

Aliases

  • numpy.ma.around