Re: [Pdl-devel] complex numbers

2021-04-03 Thread Ed .
work up to date before merging it, for instance). From: Luis Mochan<mailto:moc...@icf.unam.mx> Sent: 03 April 2021 20:07 To: pdl-devel@lists.sourceforge.net<mailto:pdl-devel@lists.sourceforge.net> Subject: [Pdl-devel] complex numbers Trying to find out how safe is it to mix differ

[Pdl-devel] complex numbers

2021-04-03 Thread Luis Mochan
Trying to find out how safe is it to mix different types of complex numbers (for migration purposes), I tried: pdl> use PDL::Complex pdl> print i*ci() 0+0i +0+1ii So, I guess not surprisingly, that they are not. I don't know if these mixed operations should be forbidden (I guess it wo