You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With either TypedPolynomials or DynamicPolynomials:
julia>using TypedPolynomials
julia>@polyvar x
x
julia>coefficient_type(x +one(Bool)) # should be `Bool`
Int64
julia>coefficient_type(x +one(UInt16)) # should be `UInt16`
Int64
The text was updated successfully, but these errors were encountered:
With either TypedPolynomials or DynamicPolynomials:
The text was updated successfully, but these errors were encountered: