Update namespace of AbstractAlgebra.Rationals

This commit is contained in:
Aaron Fenyes 2024-06-26 01:06:27 -07:00
parent 58a5c38e62
commit 4a28a47520
3 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ function printbad(msg)
println(" ", msg)
end
F, gens = rational_function_field(Generic.Rationals{BigInt}(), ["x", "t₁", "t₂", "t₃"])
F, gens = rational_function_field(AbstractAlgebra.Rationals{BigInt}(), ["x", "t₁", "t₂", "t₃"])
x = gens[1]
t = gens[2:4]