Uploaded image for project: 'C++ Standard Library'
  1. C++ Standard Library
  2. STDCXX-1018

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

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 4.1.2, 4.1.3, 4.1.4, 4.2.0, 4.2.1
    • 5.0.0
    • 26. Numerics
    • None
    • All

    Description

      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>&);

      Attachments

        Activity

          People

            Unassigned Unassigned
            farid Farid Zaripov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: