Skip to content

Commit

Permalink
update example for raterc
Browse files Browse the repository at this point in the history
  • Loading branch information
sumiya11 committed Jan 10, 2024
1 parent 586130b commit 46b4a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reconstruction/ratrec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ success = Groebner.ratrec_vec_partial!(table_qq, table_zz, modulo, indices)
As a result, we obtain
```
```julia
@show table_qq success;
# table_qq = Vector{Rational{BigInt}}[[1//4], [-2//5, 0]]
# success = true
Expand Down

0 comments on commit 46b4a58

Please sign in to comment.