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

           Summary: Exponentiation operator ^^ doesn't work for complex
                    numbers
           Product: D
           Version: D1 & D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nob...@puremagic.com
        ReportedBy: bdsat...@gmail.com


--- Comment #0 from bdsat...@gmail.com 2011-08-26 16:19:41 PDT ---
Hi,

Whereas std.complex; implements +, -, *, etc for complex numbers, there is no
exponentiation (power) operator ^^ for complex numbers.

(1+2i)^^(3+4i)  doesn't work.

I think this is so basic that it's absence deters me away from using D :-(

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

Reply via email to