complex.h — 複素数学関数
complex.h ヘッダー・ファイルには、次に示す複素数学関数すべての関数宣言が含まれています。
| cabs() | cabsf() | cabsl() | cacos() | cacosf() |
| cacosh() | cacoshf() | cacoshl() | cacosl() | carg() |
| cargf() | cargl() | casin() | casinf() | casinh() |
| casinhf() | casinhl() | casinl() | catan() | catanf() |
| catanh() | catanhf() | catanhl() | catanl() | ccos() |
| ccosf() | ccosh() | ccoshf() | ccoshl() | ccosl() |
| cexp() | cexpf() | cexpl() | cimag() | cimagf() |
| cimagl() | clog() | clogf() | clogl() | conj() |
| conjf() | conjl() | cpow() | cpowf() | cpowl() |
| cproj() | cprojf() | cprojl() | creal() | crealf() |
| creall() | csin() | csinf() | csinh() | csinhf() |
| csinhl() | csinl() | csqrt() | csqrtf() | csqrtl() |
| ctan() | ctanf() | ctanh() | ctanhf() | ctanhl() |
| ctanl() |
complex.h ヘッダー・ファイルは以下のマクロを定義します。- 複合
_Complexに展開します (ここで、_Complexは型指定子)。- _Complex_I
- 虚数単位の値を含む
const float _Complexに展開します。 - I
_Complex_Iに展開します。
コンパイル要件: このヘッダーを使用するには、 C99をサポートするように設計されたコンパイラーが必要です。