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

clogf, clog, clogl

Материал из 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.
cexp
clog
Тригонометрические функции
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       clogf( float complex z );
(начиная с C99)
doulbe complex      clog( double complex z );
(начиная с C99)
long double complex clogl( long double complex z );
(начиная с C99)
Вычисляет сложных природных (базовый е) логарифм z с разрезом вдоль отрицательной действительной оси.
Original:
Computes the complex natural (base-e) logarithm of z with branch cut 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.

Содержание

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

z -
комплексного аргумента
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.

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

Комплекс натуральный логарифм z в интервале (−∞; +∞) вдоль действительной оси и в интервале (−iπ; +iπ) вдоль мнимой оси.
Original:
The complex natural logarithm of z in the interval (−∞; +∞) along the real axis and in the interval (−iπ; +iπ) along the imaginary axis.
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 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]