Closed Roger-luo closed 4 years ago
We already have specializations for NaN, Infty and E for Julia in https://github.com/symengine/symengine/blob/master/symengine/printers/strprinter.cpp. We should fix I
as well.
A related issue for parsing: https://github.com/symengine/symengine/issues/1462
Hi I'm wondering if it is possible to print imaginary unit as
im
which is more consistent with Julia, the current oneI
is sometimes confusing with theLinearAlgebra.I
.