Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Vous êtes un professionnel et vous avez besoin d'une formation ? Sensibilisation à
l'Intelligence Artificielle
Voir le programme détaillé
Module « numpy.matlib »

Fonction around - module numpy.matlib

Signature de la fonction around

def around(a, decimals=0, out=None) 

Description

help(numpy.matlib.around)

Round an array to the given number of decimals.

`around` is an alias of `~numpy.round`.

See Also
--------
ndarray.round : equivalent method
round : alias for this function
ceil, fix, floor, rint, trunc



Vous êtes un professionnel et vous avez besoin d'une formation ? Sensibilisation à
l'Intelligence Artificielle
Voir le programme détaillé