carg
、 、 cargf
cargl
擷取複數的引數,而且負實際軸中有分支部分。
語法
double carg(
_Dcomplex z
);
float carg(
_Fcomplex z
); // C++ only
long double carg(
_Lcomplex z
); // C++ only
float cargf(
_Fcomplex z
);
long double cargl(
_Lcomplex z
);
#define carg(X) // Requires C11 or higher
參數
z
複數。
傳回值
z
的引數 (也稱為階段)。 結果是間隔 [-π,+π]。
備註
因為 C++ 允許多載,所以您可以呼叫採用 _Fcomplex
或 _Lcomplex
值並傳回 float
或 long double
值之 carg
的多載。 在 C 程式中,除非您使用 <tgmath.h> 巨集來呼叫此函式,否則 carg
一 _Dcomplex
律會採用值並傳 double
回值。
如果您使用 <tgmath.h>carg()
巨集,則引數的型別會決定選取哪一個函式版本。 如需詳細資料,請參閱型別泛型數學。
需求
常式 | C 標頭 | C++ 標頭 |
---|---|---|
carg 、 、 cargf cargl |
<complex.h> | <ccomplex> |
carg 巨集 |
<tgmath.h> |
如需相容性詳細資訊,請參閱相容性。
另請參閱
依字母順序排列的函式參考
norm
、 、 normf
norml
creal
、 、 crealf
creall
cproj
、 、 cprojf
cprojl
conj
、 、 conjf
conjl
cimag
、 、 cimagf
cimagl
cabs
、 、 cabsf
cabsl