C++
:
Reference
:
Miscellaneous
:
complex
:
complex
: value_type
Search:
C++
Information
Documentation
Reference
Articles
Sourcecode
Forums
Reference
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
Miscellaneous
Miscellaneous
complex
exception
functional
iterator
limits
locale
memory
new
numeric
stdexcept
typeinfo
utility
valarray
complex
abs
arg
complex
conj
cos
cosh
exp
imag
log
log10
norm
polar
pow
real
sin
sinh
sqrt
tan
tanh
complex
complex::complex
complex operators
member functions:
·
complex::imag
·
complex::real
member types:
·
complex::value_type
complex
::value_type
public member type
typedef T value_type;
Value type
This is a member alias of the template parameter of
complex
(referred as
T
in this reference).
It is the
component type
used internally for the values of
real
and
imag
.