cacoshf, cacosh, cacoshl

来自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       cacoshf( float complex z );
(C99 起)
doulbe complex      cacosh( double complex z );
(C99 起)
long double complex cacoshl( long double complex z );
(C99 起)

Computes the complex arc hyperbolic cosine of z with branch cuts outside the values less than 1 along the real axis.

目錄

[编辑] 參數

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 arc hyperbolic cosine of z in the interval [0; ∞) along the real axis and in the interval [−iπ; +iπ] along the imaginary axis.

[编辑] 為例

[编辑] 另請參閱

(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)
computes the complex arc hyperbolic tangent
(函數) [edit]