Issue Details (XML | Word | Printable)

Key: STDCXX-1018
Type: New Feature New Feature
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Farid Zaripov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

Implement C++0x non-member functions from <complex> header

Created: 03/Oct/08 03:52 PM   Updated: 06/Oct/08 10:36 AM
Return to search
Component/s: 26. Numerics
Affects Version/s: 4.1.2, 4.1.3, 4.1.4, 4.2.0, 4.2.1
Fix Version/s: 5.0.0

Time Tracking:
Not Specified

Environment: All


 Description  « Hide
The following functions are not implemented:

template <class T> complex<T> proj(const complex<T>&);
template<class T> complex<T> acos(const complex<T>&);
template<class T> complex<T> asin(const complex<T>&);
template<class T> complex<T> atan(const complex<T>&);
template<class T> complex<T> acosh(const complex<T>&);
template<class T> complex<T> asinh(const complex<T>&);
template<class T> complex<T> atanh(const complex<T>&);



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Martin Sebor added a comment - 04/Oct/08 02:02 AM
But these aren't C++ '98 functions – they are C++ 0x ones.

Farid Zaripov added a comment - 06/Oct/08 10:36 AM
Changing issue type to "New feature".