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

csinhf, csinh, csinhl

Материал из 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.
ccosh
csinh
ctanh
 
Заголовочный файл <complex.h>
float complex       csinhf( float complex z );
(начиная с C99)
doulbe complex      csinh( double complex z );
(начиная с C99)
long double complex csinhl( long double complex z );
(начиная с C99)

Computes the complex hyperbolic sine of z.

Содержание

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

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.

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

The complex hyperbolic sine of z.

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

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

(C99)
(C99)
(C99)
вычисляет комплексный гиперболический косинус
Original:
computes the complex 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 hyperbolic tangent
(функция) [edit]