Commit 2023-05-27 19:40 3bce8d80
View on Github →chore(analysis/calculus/deriv): split file (#19113)
- Split
analysis.calculus.deriv
into smaller files. - Add copyright headers and (stubs of) module docstrings.
- Change proofs of derivatives of
pow
andpolynomial
so thatanalysis.calculus.deriv.pow
does not depend on polynomials.