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