We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8055d commit 1a8ddf3Copy full SHA for 1a8ddf3
Project.toml
@@ -2,11 +2,10 @@ name = "Polynomials"
2
uuid = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
3
license = "MIT"
4
author = "JuliaMath"
5
-version = "4.0.9"
+version = "4.0.10"
6
7
[deps]
8
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9
-MakieCore = "20f20a25-4f0e-4fdf-b5d1-57303727442b"
10
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
11
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
12
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
src/plots.jl
@@ -1,3 +1,4 @@
1
+## XXX todo: make this an extension when minimum Julia supports that
using RecipesBase
function poly_interval(p::AbstractPolynomial)
0 commit comments