Skip to content

Commit 487945b

Browse files
committed
Fix README example
1 parent 9403b5f commit 487945b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ This allows to keep the terms sorted (Graded Lexicographic order is used) in pol
2323

2424
Below is a simple usage example
2525
```julia
26-
using TypedPolynomials
2726
@polyvar x y # assigns x (resp. y) to a variable of name x (resp. y)
2827
p = 2x + 3.0x*y^2 + y
2928
@test differentiate(p, x) # compute the derivative of p with respect to x

0 commit comments

Comments
 (0)