Expand description
Contains algorithms for computing divisions in ring extensions for which standard methods are not sufficient.
Functionsยง
- invert_
over_ local_ zn unstable-enable
- Computes the inverse of a unit
a
in the ring(Z/p^eZ)[X]/(f(X))
with a monic irreducible polynomialf(X)
. ReturnsNone
ifa
is not a unit.