[ Web Proxy ]
URL:
Viewing: https://numpy.org/doc/stable/reference/generated/../../dev/../reference/generated/numpy.around.html [Back]  [Original]

numpy.around — NumPy v2.5 Manual
Back to top
Search the docs ...:

numpy.around#

numpy.around(a, decimals=0, out=None)[source]#

Round an array to the given number of decimals.

around is an alias of round.

See also

ndarray.round

equivalent method

round

alias for this function

ceil, fix, floor, rint, trunc

Web Proxy Viewer  |  New URL  |  Original Page