Closed posita closed 2 years ago
Sympy primitives register with the numeric tower, but they do not provide real or imag, but they do provide as_real_imag. Is there a way we can deal with that effectively (perhaps similarly to the numerator and denominator helper functions)?
real
imag
as_real_imag
numerator
denominator
Sympy primitives register with the numeric tower, but they do not provide
real
orimag
, but they do provideas_real_imag
. Is there a way we can deal with that effectively (perhaps similarly to thenumerator
anddenominator
helper functions)?