Пространства имён
Варианты
Действия

std::complex

Материал из cppreference.com
 
 
 
Комплексные числа
Член функций
Original:
Member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
complex::complex
complex::operator=
complex::real
complex::imag
complex::operator+=
complex::operator-=
complex::operator*=
complex::operator/=
Не являющиеся членами функций
Original:
Non-member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
operator==
operator!=
operator<<
operator>>
real
imag
abs
arg
norm
conj
proj(C++11)
polar
Экспоненциальной функции
Original:
Exponential functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
exp
log
log10
Мощность функций
Original:
Power functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
pow
sqrt
Тригонометрические функции
Original:
Trigonometric functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
asin(C++11)
acos(C++11)
atan(C++11)
Гиперболические функции
Original:
Hyperbolic functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
asinh(C++11)
acosh(C++11)
atanh(C++11)
 
Заголовочный файл <complex>
template< class T >
class complex; //not defined
(1)
template<> class complex<float>;
(2)
template<> class complex<double>;
(3)
template<> class complex<long double>;
(4)
Специализаций std::complex<float>, std::complex<double>, и std::complex<long double> являются дословным типов для представления и манипулирования комплексными числами.
Original:
The specializations std::complex<float>, std::complex<double>, and std::complex<long double> are literal types for representing and manipulating комплексными числами.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Эффект экземпляра шаблона complex для любого другого типа не определен.
Original:
The effect of instantiating the template complex for any other type is unspecified.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Содержание

[править] Член типов

Член типа
Original:
Member type
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Definition
value_type T

[править] Член функций

создает комплексные числа
Original:
constructs a complex number
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(публичная функция-член)
присваивает содержимое
Original:
assigns the contents
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(публичная функция-член) [edit]
доступ к вещественной части комплексного числа
Original:
accesses the real part of the complex number
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(публичная функция-член) [edit]
accesses the imaginary part of the complex number
(публичная функция-член) [edit]
присваивания двух комплексных чисел или сложные и скаляр
Original:
compound assignment of two complex numbers or a complex and a scalar
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(публичная функция-член) [edit]

[править] Не являющиеся членами функций

применяются унарные операторы для комплексных чисел
Original:
applies unary operators to complex numbers
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
выполняет сложную арифметику номер на двух комплексных значений или сложными и скаляр
Original:
performs complex number arithmetics on two complex values or a complex and a scalar
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
сравнивает два комплексных чисел или сложные и скаляр
Original:
compares two complex numbers or a complex and a scalar
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
сериализации и десериализации комплексного числа
Original:
serializes and deserializes a complex number
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
возвращает реальный компонент
Original:
returns the real component
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
возвращает мнимую компоненту
Original:
returns the imaginary component
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
возвращает величину комплексного числа
Original:
returns the magnitude of a complex number
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
возвращает фазового угла
Original:
returns the phase angle
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
Возвращает квадрат величины
Original:
returns the squared magnitude
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
Возвращает комплексно-сопряженное
Original:
returns the complex conjugate
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
(C++11)
возвращает проекции на сферу Римана
Original:
returns the projection onto the Riemann sphere
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
создает комплексное число от величины и угла сдвига фаз
Original:
constructs a complex number from magnitude and phase angle
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
Экспоненциальной функции
Original:
Exponential functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
complex base e exponential
(шаблон функции) [edit]
Комплекс натуральный логарифм с разрезов вдоль отрицательной действительной оси
Original:
complex natural logarithm with the branch cuts along the negative real axis
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
complex common logarithm with the branch cuts along the negative real axis
(шаблон функции) [edit]
Мощность функций
Original:
Power functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
энергетического комплекса, один или оба аргумента может быть комплексным числом
Original:
complex power, one or both arguments may be a complex number
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
Комплекс квадратного корня в диапазоне от правой полуплоскости
Original:
complex square root in the range of the right half-plane
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
Тригонометрические функции
Original:
Trigonometric functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
вычисляет синус комплексного числа (sin(z))
Original:
computes sine of a complex number (sin(z))
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
вычисляет косинус комплексного числа (cos(z))
Original:
computes cosine of a complex number (cos(z))
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
вычисляет тангенс комплексное число (tan(z))
Original:
computes tangent of a complex number (tan(z))
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
computes arc sine of a complex number (arcsin(z))
(шаблон функции) [edit]
вычисляет арккосинус комплексное число (arccos(z))
Original:
computes arc cosine of a complex number (arccos(z))
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
computes arc tangent of a complex number (arctan(z))
(шаблон функции) [edit]
Гиперболические функции
Original:
Hyperbolic functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
вычисляет гиперболический синус комплексного числа (sh(z))
Original:
computes hyperbolic sine of a complex number (sh(z))
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
вычисляет гиперболический косинус комплексного числа (ch(z))
Original:
computes hyperbolic cosine of a complex number (ch(z))
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
вычисляет гиперболический тангенс комплексного числа
Original:
computes hyperbolic tangent of a complex number
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
вычисляет гиперболический синус дуги комплексного числа
Original:
computes hyperbolic arc sine of a complex number
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
вычисляет гиперболические арккосинус комплексного числа
Original:
computes hyperbolic arc cosine of a complex number
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]
вычисляет гиперболический тангенс дуги комплексного числа
Original:
computes hyperbolic arc tangent of a complex number
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(шаблон функции) [edit]