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 :

Module « scipy.special »

Fonction keip - module scipy.special

Signature de la fonction keip

Description

keip.__doc__

keip(x, /, out=None, *, where=True, casting='same_kind', order='K', dtype=None, subok=True[, signature, extobj])

keip(x, out=None)

Derivative of the Kelvin function kei.

Parameters
----------
x : array_like
    Real argument.
out : ndarray, optional
    Optional output array for the function results.

Returns
-------
scalar or ndarray
    The values of the derivative of kei.

See Also
--------
kei

References
----------
.. [dlmf] NIST, Digital Library of Mathematical Functions,
    https://dlmf.nist.gov/10#PT5