Home | History | Annotate | Download | only in complex.transcendentals

Lines Matching full:complex

10 // <complex>
13 // complex<T>
14 // acosh(const complex<T>& x);
16 #include <complex>
23 test(const std::complex<T>& c, std::complex<T> x)
32 test(std::complex<T>(INFINITY, 1), std::complex<T>(INFINITY, 0));
37 typedef std::complex<double> C;
42 std::complex<double> r = acosh(x[i]);