Skip to content

Commit

Permalink
Change FlintQQ to QQ
Browse files Browse the repository at this point in the history
  • Loading branch information
paemurru committed Nov 8, 2024
1 parent 39fc9cb commit ace9d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ julia> using Hecke
| | | | __/ (__| < __/ | Manual: https://thofma.github.io/Hecke.jl
|_| |_|\___|\___|_|\_\___| | Version 0.34.6
julia> Qx, x = polynomial_ring(FlintQQ, "x");
julia> Qx, x = polynomial_ring(QQ, "x");
julia> f = x^3 + 2;
Expand Down

0 comments on commit ace9d05

Please sign in to comment.