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'
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