catanhf, catanh, catanhl

来自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
 
Defined in header <complex.h>
float complex       catanhf( float complex z );
(C99 起)
doulbe complex      catanh( double complex z );
(C99 起)
long double complex catanhl( long double complex z );
(C99 起)
计算复杂的双曲正切z以外的分支切割沿实轴的时间间隔[−1; +1].
Original:
Computes the complex arc hyperbolic tangent 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沿的实轴和虚轴的间隔(−∞; +∞)沿的间隔中[−iπ/2; +iπ/2].
Original:
The complex arc hyperbolic tangent 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 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 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]