Skip to content

Commit f0ab351

Browse files
committed
improve documentation
1 parent 06bfc68 commit f0ab351

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/algorithms/param-curve.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Given an ideal `I` with solution set X being of dimension 1 over the complex numbers, return
55
a rational curve parametrization of the one-dimensional irreducible components of X.
66
7+
In the output, the variables `x`,`y` of the parametrization correspond to the last two
8+
entries of the `vars` attribute, in that order.
9+
710
**Note**: At the moment only QQ is supported as ground field. If the dimension of the ideal
811
is not one an ErrorException is thrown.
912

0 commit comments

Comments
 (0)