re PR libstdc++/10689 (pow(std::complex(0),1/3) returns (nan, nan) instead of 0.)
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Tue, 20 May 2003 06:52:11 +0000 (06:52 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Tue, 20 May 2003 06:52:11 +0000 (06:52 +0000)
commit1db0418ae570eff510bb0c52cb5dbed54320d5a4
treeea744e6750ac1694c4136ebf05f2ad62dad71e22
parent29ad6d3f115bd906b1611092453ab48a4653d0c9
re PR libstdc++/10689 (pow(std::complex(0),1/3) returns (nan, nan) instead of 0.)

PR libstdc++/10689
* include/std/std_complex.h (pow): Tidy

From-SVN: r66989
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/std_complex.h
libstdc++-v3/testsuite/26_numerics/complex/pow.C [new file with mode: 0644]