| complex (1) | template<class T> complex<T> proj (const complex<T>& x); |
|---|
| complex (1) | template<class T> complex<T> proj (const complex<T>& x); |
|---|---|
| 算术类型 (2) | complex<double> conj (ArithmeticType x); |
0.0 或 -0.0(如果支持)的complex 值,具体取决于 x 的 虚部的符号。complex<double>,除非参数是 float 或 long double(在这种情况下,返回类型是该类型的 complex 实例化:complex<float> 或 complex<long double>)。 |
|
The projection of (inf,2) is (inf,0) |