各種の複素数計算を行います。float型の複素数の場合は、定義名の最後に’f’、long double型の複素数の場合は、定義名の最後に’l’、double型の複素数の場合は、定義名が関数名になります。
種別
定義名
説明
関数
cacosf / cacos / cacosl
<-lang=c99>
複素数逆余弦を計算します。
casinf / casin / casinl
複素数逆正弦を計算します。
catanf / catan / catanl
複素数逆正接を計算します。
ccosf / ccos / ccosl
複素数余弦を計算します。
csinf / csin / csinl
複素数正弦を計算します。
ctanf / ctan / ctanl
複素数正接を計算します。
cacoshf / cacosh / cacoshl
複素数逆双曲線余弦を計算します。
casinhf / casinh / casinhl
複素数逆双曲線正弦を計算します。
catanhf / catanh / catanhl
複素数逆双曲線正接を計算します。
ccoshf / ccosh / ccoshl
複素数双曲線余弦を計算します。
csinhf / csinh / csinhl
複素数双曲線正弦を計算します。
ctanhf / ctanh / ctanhl
複素数双曲線正接を計算します。
cexpf / cexp / cexpl
複素数自然対数の底eのz乗を計算します。
clogf / clog / clogl
複素数自然対数を計算します。
cabsf / cabs / cabsl
複素数絶対値を計算します。
cpowf / cpow / cpowl
複素数べき乗を計算します。
csqrtf / csqrt / csqrtl
複素数平方根を計算します。
cargf / carg / cargl
偏角を計算します。
cimagf / cimag / cimagl
虚部を計算します。
conjf / conj / conjl
虚部の符号を反転させて複素共役を計算します。
cprojf / cproj / cprojl
リーマン球面上への射影を計算します。
crealf / creal / creall
実部を計算します。