[Issue 3661] ^^ not supported in array operations.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jan 31 10:30:52 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=3661



--- Comment #5 from Witold Baryluk <baryluk at smp.if.uj.edu.pl> 2010-01-31 10:30:51 PST ---
(In reply to comment #4)
> Floating-point exponents means the result type must be complex, which at least
> for the moment complicates migrating to a library-only implementation of
> complex numbers.

No, it only means that some results will be NaN's. :)

But yes, complex result should also be supported, this can be determined when
left operand (base) is also complex (but then in many cases imaginary parts
will be 0, which is waste).

BTW. I don't see anything wrong with compiler implemntation of complex numbers.
Actually i see them supperior to the library-only implemntation.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list