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

cacosf, cacos, cacosl

Материал из 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.
Тригонометрические функции
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.
cacos
casin
catan
Гиперболические функции
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       cacosf( float complex z );
(начиная с C99)
doulbe complex      cacos( double complex z );
(начиная с C99)
long double complex cacosl( long double complex z );
(начиная с C99)
Вычисляет комплекса арккосинус z с ветвлений вне интервала [−1,+1] вдоль действительной оси.
Original:
Computes the complex arc cosine of z with branch cuts outside the interval [−1,+1] along the 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 в интервале [0; π] вдоль действительной оси и в интервале (−∞; ∞) вдоль мнимой оси.
Original:
The complex arc cosine of z in the interval [0; π] along the real axis and in the interval (−∞; ∞) 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 arc sine
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 arc tangent
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

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