Re: [fpc-pascal] What about complex numbers?

2011-10-06 Thread Carlos Avila
Thanks! I recently downloaded the rtl source code, and confirmed this 2011/10/5 Jeppe Græsdal Johansen > Den 06-10-2011 00:30, Carlos Avila skrev: > > Hello > Is complex number arithmetic possible in FPC? Another post recommends use > unit so named ucomplex, but i can'

[fpc-pascal] What about complex numbers?

2011-10-05 Thread Carlos Avila
Hello Is complex number arithmetic possible in FPC? Another post recommends use unit so named ucomplex, but i can't find any detailed information of this in the documentation. But, amazingly, i sucessfully probed this small program: PROGRAM DUMMY; USES UCOMPLEX; VAR x,y, z, w: COMPLEX; BEGIN x