ctan
、 、 ctanf
ctanl
擷取複數的正切值。
語法
_Dcomplex ctan(
_Dcomplex z
);
_Fcomplex ctan(
_Fcomplex z
); // C++ only
_Lcomplex ctan(
_Lcomplex z
); // C++ only
_Fcomplex ctanf(
_Fcomplex z
);
_Lcomplex ctanl(
_Lcomplex z
);
參數
z
代表角度的複數 (弧度)。
傳回值
的正切函數z
。
輸入 | SEH 例外狀況 | _matherr 例外 |
---|---|---|
± INF、QNaN、IND | none | _DOMAIN |
± INF (tan , tanf ) |
無效 | _DOMAIN |
備註
因為 C++ 允許多載,所以您可以呼叫採用並傳回 ctan
和 _Fcomplex
值的 _Lcomplex
的多載。 在 C 程式中, ctan
會一律採用及傳回 _Dcomplex
。
需求
常式 | C 標頭 | C++ 標頭 |
---|---|---|
ctan 、 、 ctanf ctanl |
<complex.h> | <ccomplex> |
如需相容性詳細資訊,請參閱相容性。
另請參閱
依字母順序排列的函式參考
catanh
、 、 catanhf
catanhl
ctanh
、 、 ctanhf
ctanhl
catan
、 、 catanf
catanl
csinh
、 、 csinhf
csinhl
casinh
、 、 casinhf
casinhl
ccosh
、 、 ccoshf
ccoshl
cacosh
、 、 cacoshf
cacoshl
cacos
、 、 cacosf
cacosl
csin
、 、 csinf
csinl
casin
、 、 casinf
casinl
ccos
、 、 ccosf
ccosl
csqrt
、 、 csqrtf
csqrtl