creal
、 、 crealf
creall
擷取複數的實數部分。
語法
double creal( _Dcomplex z );
float crealf( _Fcomplex z );
long double creall( _Lcomplex z );
#define creal(X) // Requires C11 or higher
float creal( _Fcomplex z ); // C++ only
long double creal( _Lcomplex z ); // C++ only
參數
z
複數。
傳回值
z
的實數部分。
備註
因為 C++ 允許多載,所以您可以呼叫採用 _Fcomplex
或 _Lcomplex
值並傳回 float
或 long double
值之 creal
的多載。 在 C 程式中,除非您使用 <tgmath.h> 巨集來呼叫此函式,否則 creal
一 _Dcomplex
律會採用值並傳 double
回值。
如果您使用 <tgmath.h>creal()
巨集,則引數的型別會決定選取哪一個函式版本。 如需詳細資料,請參閱型別泛型數學。
需求
常式 | C 標頭 | C++ 標頭 |
---|---|---|
creal 、 、 crealf creall |
<complex.h> | <ccomplex> |
creal 巨集 |
<tgmath.h> |
_Fcomplex
、 _Dcomplex
和 _Lcomplex
型別是 Microsoft單例原生 C99 型別浮點數_Complex、雙_Complex和長雙_Complex的特定對等專案。 如需相容性詳細資訊,請參閱相容性。
另請參閱
依字母順序排列的函式參考
_Cbuild
、 、 _FCbuild
_LCbuild
norm
、 、 normf
norml
cproj
、 、 cprojf
cprojl
conj
、 、 conjf
conjl
cimag
、 、 cimagf
cimagl
carg
、 、 cargf
cargl
cabs
、 、 cabsf
cabsl