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

casinhf, casinh, casinhl

Материал из 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.
Гиперболические функции
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.
cacosh
casinh
catanh
 
Заголовочный файл <complex.h>
float complex       casinhf( float complex z );
(начиная с C99)
doulbe complex      casinh( double complex z );
(начиная с C99)
long double complex casinhl( long double complex z );
(начиная с C99)
Вычисляет комплекса дуговой гиперболический синус z с ветвлений вне интервала [−i; +i] вдоль мнимой оси.
Original:
Computes the complex arc hyperbolic sine of z with branch cuts outside 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.

Содержание

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

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π/2; +iπ/2] вдоль мнимой оси.
Original:
The complex arc hyperbolic sine of z in the interval (−∞; +∞) along the real axis and in the interval [−iπ/2; +iπ/2] 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 hyperbolic cosine
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)
computes the complex arc hyperbolic tangent
(функция) [edit]