This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/57974] std::pow(std::complex<long double>(0),1) returns (-nan,-nan)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57974

--- Comment #14 from Henner Sudek <henner.sudek at gmail dot com> ---
First i want to thank you all for the quick response and solving my problem. I
just want to point out that std::pow(std::complex<long double>(0,0),1.) still
returns nan. Maybe there is an way to unify the behavior of these functions?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]