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 :

Contenu du module « numpy.emath »

Liste des fonctions du module numpy.emath

Signature de la fonction Description
any(a, axis=None, out=None, keepdims=<no value>, *, where=<no value>)
arccos(x)
arcsin(x)
arctanh(x)
array_function_dispatch(dispatcher, module=None, verify=True, docs_from_dispatcher=False) Decorator for adding dispatch with the __array_function__ protocol. [extrait de array_function_dispatch.__doc__]
asarray(a, dtype=None, order=None, *, like=None) Convert the input to an array. [extrait de asarray.__doc__]
isreal(x)
log(x)
log10(x)
log2(x)
logn(n, x)
power(x, p)
sqrt(x)