[ https://issues.apache.org/jira/browse/STDCXX-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12637067#action_12637067 ]
Farid Zaripov commented on STDCXX-1018: --------------------------------------- Changing issue type to "New feature". > Implement C++0x non-member functions from <complex> header > ---------------------------------------------------------- > > Key: STDCXX-1018 > URL: https://issues.apache.org/jira/browse/STDCXX-1018 > Project: C++ Standard Library > Issue Type: New Feature > Components: 26. Numerics > Affects Versions: 4.1.2, 4.1.3, 4.1.4, 4.2.0, 4.2.1 > Environment: All > Reporter: Farid Zaripov > Priority: Minor > Fix For: 5.0.0 > > > 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>&); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.