We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
b16ec1a
There was an error while loading. Please reload this page.
v0.1.1
68fd334
v0.1.0
9bd8db2
Cosmetic changes introduced to avoid deprecation warnings in Julia v0.6. Moreover, changed from `Var` and `Conj` value types to `Val` value type.
bce8961
Dropped support for `/(p1::Poly, p2::Poly)` as per JuliaLang/METADATA.jl#7467.
e859790
Added - [x] Unit tests, - [x] Function fitting (`funcfit`), - [x] Plotting support (`plot` through `RecipesBase`), and, - [x] Documentation (`?command`).