2001-01-09 Peter Schmid<schmid@snake.iap.physik.tu-darmstadt.de>
2001-01-09 Peter Schmid<schmid@snake.iap.physik.tu-darmstadt.de> * include/bits/std_complex.h: Fix a typo. From-SVN: r38848
This commit is contained in:
parent
046585534e
commit
fa44a93614
@ -1,3 +1,6 @@
|
||||
2001-01-09 Peter Schmid<schmid@snake.iap.physik.tu-darmstadt.de>
|
||||
* include/bits/std_complex.h: Fix a typo.
|
||||
|
||||
2001-01-10 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
* config/os/bsd/freebsd/bits/ctype_inline.h (is): (Make right
|
||||
|
@ -504,7 +504,7 @@ namespace std
|
||||
inline complex<_Tp>
|
||||
pow(const complex<_Tp>& __x, const complex<_Tp>& __y)
|
||||
{
|
||||
return exp(__x * log(__x));
|
||||
return exp(__y * log(__x));
|
||||
}
|
||||
|
||||
template<typename _Tp>
|
||||
|
Loading…
Reference in New Issue
Block a user