You are viewing an older version (2.4.3). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.4.3 / numpy / ma / core / around

_MaskedUnaryOperation

numpy.ma.core:around

source: /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