From 3ff303df525139f0b60c4d6fc7cdbf4c1f009693 Mon Sep 17 00:00:00 2001 From: jverzani Date: Wed, 2 Jun 2021 07:08:21 -0400 Subject: [PATCH] close issue #347 --- Project.toml | 2 +- src/polynomials/standard-basis.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 493614d9..bb65eb73 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "Polynomials" uuid = "f27b6e38-b328-58d1-80ce-0feddd5e7a45" license = "MIT" author = "JuliaMath" -version = "2.0.11" +version = "2.0.12" [deps] Intervals = "d8418881-c3e1-53bb-8760-2df7ec849ed5" diff --git a/src/polynomials/standard-basis.jl b/src/polynomials/standard-basis.jl index 45f5fa7c..0023b91b 100644 --- a/src/polynomials/standard-basis.jl +++ b/src/polynomials/standard-basis.jl @@ -487,7 +487,7 @@ Polynomials.norm(q-p, Inf) # 2.2168933355715126e-12 # promotes `q` to `Polynomia ``` """ -polyfit, ArnoldiFit +polyfit function polyfitA(x, y, n=length(x)-1; var=:x) m = length(x)