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.
Evaluate a single derivative of the polynomial at the point x.
Parameters
----------
x : array_like
Point or points at which to evaluate the derivatives
der : integer, optional
Which derivative to evaluate (default: first derivative).
This number includes the function value as 0th derivative.
Returns
-------
d : ndarray
Derivative interpolated at the x-points. Shape of `d` is
determined by replacing the interpolation axis in the
original array with the shape of `x`.
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 :