Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2018-10-01 20:24 1923c235

View on Github →

feat(data/polynomial): interface general coefficients of a polynomial (#339)

  • feat(data/polynomial): interface general coefficients of a polynomial
  • fix(data/polynomial): fixing the code I broke when defining polynomial.ext
  • fix(data/polynomial): tidy up comments
  • Update polynomial.lean
  • adding interface for scalar multiplication and coefficients
  • feat(data/polynomial): coeff is R-linear

Estimated changes