Skip to content

Commit 8c35550

Browse files
committed
fixes documentation of behaviour in dime(I) > 0 case
1 parent eb5302e commit 8c35550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/algorithms/solvers.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Given an ideal `I` with a finite solution set over the complex numbers, return
214214
the rational parametrization of the ideal with a given precision (default 32 bits).
215215
216216
**Note**: At the moment only QQ is supported as ground field. If the dimension of the ideal
217-
is greater then zero an empty array is returned.
217+
is greater than zero an ErrorException is thrown.
218218
219219
# Arguments
220220
- `I::Ideal{T} where T <: MPolyRingElem`: input generators.
@@ -364,7 +364,7 @@ Given an ideal `I` with a finite solution set over the complex numbers, return
364364
the real roots of the ideal with a given precision (default 32 bits).
365365
366366
**Note**: At the moment only QQ is supported as ground field. If the dimension of the ideal
367-
is greater than zero an empty array is returned.
367+
is greater than zero an ErrorException is thrown.
368368
369369
# Arguments
370370
- `I::Ideal{T} where T <: MPolyRingElem`: input generators.

0 commit comments

Comments
 (0)