http://llvm.org/bugs/show_bug.cgi?id=21336
Anton Korobeynikov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #4 from Anton Korobeynikov <[email protected]> --- C++11 26.4.7.9: Returns: The complex value corresponding to a complex number whose magnitude is rho and whose phase angle is theta. Obviously there is no complex number with negative magnitude. Returning NaN looks a conforming behavior. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
