File tree Expand file tree Collapse file tree
Analysis/SpecialFunctions/Trigonometric Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Authors: Johan Commelin
55-/
66import Mathlib.Data.Complex.Trigonometric
77import Mathlib.Data.Complex.Module
8- import Mathlib.RingTheory.Polynomial.Chebyshev.Basic
8+ import Mathlib.RingTheory.Polynomial.Chebyshev
99
1010/-!
1111# Multiple angle formulas in terms of Chebyshev polynomials
File renamed without changes.
Original file line number Diff line number Diff line change 11/-
2- Copyright (c) 2020 Johan Commelin . All rights reserved.
2+ Copyright (c) 2020 Yuval Filmus . All rights reserved.
33Released under Apache 2.0 license as described in the file LICENSE.
44Authors: Yuval Filmus
55-/
6- import Mathlib.RingTheory.Polynomial.Chebyshev.Basic
6+ import Mathlib.RingTheory.Polynomial.Chebyshev
77import Mathlib.Data.Real.Basic
88import Mathlib.Algebra.Polynomial.Roots
99import Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
Original file line number Diff line number Diff line change 11/-
2- Copyright (c) 2020 Johan Commelin . All rights reserved.
2+ Copyright (c) 2020 Yuval Filmus . All rights reserved.
33Released under Apache 2.0 license as described in the file LICENSE.
44Authors: Yuval Filmus
55-/
6- import Mathlib.RingTheory.Polynomial.Chebyshev.Real
6+ import Mathlib.RingTheory.Polynomial.ChebyshevReal.Basic
77import Mathlib.LinearAlgebra.Lagrange
88import Mathlib.Topology.Algebra.Polynomial
99
You can’t perform that action at this time.
0 commit comments