Message78827
cdavid, in your application, how hard is it to work around the problem by
simply printing and parsing pairs of floats rather than complex numbers?
E.g.,
<get real part and imaginary part from string>
z = complex(float(real_part), float(imag_part)) |
|
| Date |
User |
Action |
Args |
| 2009-01-02 16:08:19 | mark.dickinson | set | recipients:
+ mark.dickinson, rhettinger, christian.heimes, cdavid |
| 2009-01-02 16:08:19 | mark.dickinson | set | messageid: <[email protected]> |
| 2009-01-02 16:08:18 | mark.dickinson | link | issue2121 messages |
| 2009-01-02 16:08:17 | mark.dickinson | create | |
|