We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9403b5f commit 487945bCopy full SHA for 487945b
README.md
@@ -23,7 +23,6 @@ This allows to keep the terms sorted (Graded Lexicographic order is used) in pol
23
24
Below is a simple usage example
25
```julia
26
-using TypedPolynomials
27
@polyvar x y # assigns x (resp. y) to a variable of name x (resp. y)
28
p = 2x + 3.0x*y^2 + y
29
@test differentiate(p, x) # compute the derivative of p with respect to x
0 commit comments