Skip to content

Commit

Permalink
das
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Apr 26, 2024
1 parent 6b2755f commit 5451e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Misc/Poly.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end

function _inv_compose_mod(z::ZZModPolyRingElem)
r = reverse(z)
ccall((:fmpz_mod_poly_inv_series_newton, libflint), Nothing,
ccall((:fmpz_mod_poly_inv_series, libflint), Nothing,
(Ref{ZZModPolyRingElem}, Ref{ZZModPolyRingElem}, Int, Ref{fmpz_mod_ctx_struct}), r, r, length(r), z.parent.base_ring.ninv)
return r
end
Expand Down

0 comments on commit 5451e72

Please sign in to comment.