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 d852ae0 commit 47aa10eCopy full SHA for 47aa10e
src/algorithms/solvers.jl
@@ -37,7 +37,7 @@ function _get_rational_parametrization(
37
p[k] = C([unsafe_load(cfs, j+ctr) for j in 1:lens[i]-1])
38
# multiply parametrization polynomial directly with
39
# corresponding coefficients
40
- p[k] *= (-1) * ZZRingElem(unsafe_load(cfs, lens[i]+ctr))
+ p[k] *= (-1) // ZZRingElem(unsafe_load(cfs, lens[i]+ctr))
41
ctr += lens[i]
42
k += 1
43
end
0 commit comments