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
I am trying to define polynomials where coefficients are complex floating-point numbers.
The problem is that Complex{BigFloat} don't have the Ring or Field structure when using AbstractAlgebra.
Would it be difficult to add the Ring structure to Complex{BigFloat} ?