clogf, clog, clogl

来自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.
cexp
clog
三角函数
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.
 
Defined in header <complex.h>
float complex       clogf( float complex z );
(C99 起)
doulbe complex      clog( double complex z );
(C99 起)
long double complex clogl( long double complex z );
(C99 起)
计算复杂的自然(基地“E”)对数z沿负实轴的分支切割.
Original:
Computes the complex natural (base-e) logarithm of z with branch cut along the negative 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π; +iπ).
Original:
The complex natural logarithm of z in the interval (−∞; +∞) along the real axis and in 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.

[编辑] 为例

[编辑] 另请参阅

(C99)
(C99)
(C99)
计算复杂的基e指数
Original:
computes the complex base-e exponential
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(函数) [edit]