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
 
Defined in header <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]