Skip to content

Commit

Permalink
another precisino issue... (#1627)
Browse files Browse the repository at this point in the history
hopefully
 - the last (famous last words)
 - the "final" fix for #1428
  • Loading branch information
fieker authored Sep 27, 2024
1 parent e5cdeb0 commit a024dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LocalField/neq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -701,8 +701,8 @@ function frobenius_equation2(c::Hecke.LocalFieldElem, F::Union{PadicField, Qadic
return s
end
@assert v > 0
pvE = uniformizer(E, Int(v*eE))
pvE_inv = uniformizer(E, -Int(v*eE))
pvE = uniformizer(E, Int(v*eE); prec = pr)
pvE_inv = uniformizer(E, -Int(v*eE); prec = pr)
x = mK((cc-1)* pvE_inv)
a = preimage(mK, artin_schreier_equation(X, x))
t = (1+pvE*a)
Expand Down

0 comments on commit a024dc6

Please sign in to comment.