[
https://issues.apache.org/jira/browse/STDCXX-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636780#action_12636780
]
Martin Sebor commented on STDCXX-1018:
--------------------------------------
But these aren't C++ '98 functions -- they are C++ 0x ones.
> Some non-member functions from <complex> header are not implemented
> -------------------------------------------------------------------
>
> Key: STDCXX-1018
> URL: https://issues.apache.org/jira/browse/STDCXX-1018
> Project: C++ Standard Library
> Issue Type: Bug
> 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
>
> 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.