[
https://issues.apache.org/jira/browse/STDCXX-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Farid Zaripov updated STDCXX-1018:
----------------------------------
Severity: (was: Compiler Error)
Fix Version/s: 5.0.0
Issue Type: New Feature (was: Bug)
Summary: Implement C++0x non-member functions from <complex> header
(was: Some non-member functions from <complex> header are not implemented)
> 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.