Skip to content

Commit

Permalink
Update src/ideal/ideal.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Max Horn <max@quendi.de>
  • Loading branch information
hannes14 and fingolfin authored Mar 1, 2024
1 parent 14284c1 commit ca8b21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ideal/ideal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,7 @@ end
Return the coeffcients of polynomial $Q(t)$ where $\frac{Q(t)}{\prod_i (1-t)}$
is the Hilbert-Poincare series of $I$ for weights 1.
The generators of $I$ must be given as a Groebner basis.
The coefficients are of type BigInt
The coefficients are of type `BigInt`.
"""
function hilbert_series_data(I::sideal{spoly{T}}) where T <: Nemo.FieldElem
Qt,(t,) = polynomial_ring(ZZ, ["t"])
Expand Down

0 comments on commit ca8b21d

Please sign in to comment.