Skip to content

Commit 11457cf

Browse files
authored
close issue #347 (#348)
1 parent e413073 commit 11457cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "Polynomials"
22
uuid = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
33
license = "MIT"
44
author = "JuliaMath"
5-
version = "2.0.11"
5+
version = "2.0.12"
66

77
[deps]
88
Intervals = "d8418881-c3e1-53bb-8760-2df7ec849ed5"

src/polynomials/standard-basis.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ Polynomials.norm(q-p, Inf) # 2.2168933355715126e-12 # promotes `q` to `Polynomia
487487
```
488488
489489
"""
490-
polyfit, ArnoldiFit
490+
polyfit
491491

492492
function polyfitA(x, y, n=length(x)-1; var=:x)
493493
m = length(x)

0 commit comments

Comments
 (0)