Created on 1998-09-29.00:00:00 last changed 171 months ago
Proposed resolution:
In [complex.syn] change:
template<class T> complex<T> polar(const T&, const T&);
to:
template<class T> complex<T> polar(const T& rho, const T& theta = 0);
In [complex.syn] polar is declared as follows:
template<class T> complex<T> polar(const T&, const T&);
In [complex.value.ops] it is declared as follows:
template<class T> complex<T> polar(const T& rho, const T& theta = 0);
Thus whether the second parameter is optional is not clear.
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-10-21 18:28:33 | admin | set | messages: + msg182 |
1998-09-29 00:00:00 | admin | create |