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

cpowf, cpow, cpowl

Материал из cppreference.com

 
 
 
Комплекс арифметическое число
Типы и мнимой постоянной
Original:
Types and the imaginary constant
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Манипуляции
Original:
Manipulation
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Степенная и экспоненциальная функции
Original:
Power and exponential functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
cpow
csqrt
Тригонометрические функции
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.
Гиперболические функции
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.
 
Заголовочный файл <complex.h>
float complex       cpowf( float complex x, float complex y );
(начиная с C99)
doulbe complex      cpow( double complex x, double complex y );
(начиная с C99)
long double complex cpowl( long double complex x, long double complex y );
(начиная с C99)
Вычисляет комплекса xy
функция власти, с разрезом для первого параметра вдоль отрицательной действительной оси.
Original:
Computes the complex power function xy
, with branch cut for the first parameter 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.

Содержание

[править] Параметры

x, y -
комплексного аргумента
Original:
complex argument
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[править] Возвращаемое значение

Комплекс xy
власти.
Original:
The complex power xy
.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[править] Пример

[править] См. также

(C99)
(C99)
(C99)
вычисляет комплексный квадратный корень
Original:
computes the complex square root
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(функция) [edit]
(C99)
(C99)
(C99)
вычисляет базовый комплекс-е экспоненциальным
Original:
computes the complex base-e exponential
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(функция) [edit]