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
Hi, is there a reason real and conj are defined for the type Polynomial but imag is not? If no reason not to, I can make a PR defining the analogous functions. As a MWE, the real, and conj calls work, but imag is not defined.
using Polynomials
p =Polynomial((6,3,3.0+1im))
real(p)
conj(p)
imag(p)
Hi, is there a reason
real
andconj
are defined for the type Polynomial butimag
is not? If no reason not to, I can make a PR defining the analogous functions. As a MWE, thereal
, andconj
calls work, butimag
is not defined.Thanks!
The text was updated successfully, but these errors were encountered: