[ Web Proxy ]
URL:
Viewing:
https://ru.cppreference.com/cpp/numeric/complex/imag
[Back]
[Original]
std::complex::imag cppreference.com
cppreference.com
cppreference.com:
std::complex::
imag
cppreference.com
<
cpp
|
numeric
|
complex
[]
Google
. .
, .
, .
( .
.)
<metanoindex/>
C++
(C++20)
(C++20)
(C++11)
(C++20)
/
(C++11)
(C++11)
(C++11)
(C++17)
[edit]
(C++17)
(C++20)
(C++11)
(C++11)
gcd
(C++17)
lcm
(C++17)
midpoint
(C++20)
lerp
(C++20)
iota
(C++11)
ranges::iota
(C++23)
accumulate
inner_product
adjacent_difference
partial_sum
reduce
(C++17)
transform_reduce
(C++17)
inclusive_scan
(C++17)
exclusive_scan
(C++17)
transform_inclusive_scan
(C++17)
transform_exclusive_scan
(C++17)
bit_cast
(C++20)
byteswap
(C++23)
has_single_bit
(C++20)
bit_ceil
(C++20)
bit_floor
(C++20)
bit_width
(C++20)
rotl
(C++20)
rotr
(C++20)
countl_zero
(C++20)
countl_one
(C++20)
countr_zero
(C++20)
countr_one
(C++20)
popcount
(C++20)
endian
(C++20)
[edit]
std::complex
-
complex::complex
complex::operator=
complex::real
complex::imag
complex::operator+=
complex::operator-=
complex::operator*=
complex::operator/=
,
operator+
operator-
operator+
operator-
operator*
operator/
operator==
operator!=
( C++20)
operator<<
operator>>
real
imag
abs
arg
norm
conj
proj
(C++11)
polar
operator""i
operator""if
operator""il
(C++14)
(C++14)
(C++14)
exp
log
log10
pow
sqrt
sin
cos
tan
asin
(C++11)
acos
(C++11)
atan
(C++11)
sinh
cosh
tanh
asinh
(C++11)
acosh
(C++11)
atanh
(C++11)
[edit]
<tbody> </tbody>
T
imag
()
const
;
(1)
void
imag
(
T
value
);
(2)
.
:
Accesses the imaginary part of the complex number.
Google
.
.
.
1)
.
:
Returns the imaginary part.
Google
.
.
.
2)
value
.
:
Sets the real imaginary to
value
.
Google
.
.
.
value
,
:
the value to set the imaginary part to
Google
.
.
.
.
real
(public -)
[]
:
, source
enclose
Web Proxy Viewer |
New URL
|
Original Page