catanf, catan, catanl
来自cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
| Defined in header <complex.h>
|
||
| (C99 起) | ||
| (C99 起) | ||
| (C99 起) | ||
計算複雜的反正切
z以外的分支切割沿實軸的時間間隔[−i,+i].Original:
Computes the complex arc tangent of
z with branch cuts outside the interval [−i,+i] along the real axis.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
目錄 |
[编辑] 參數
| z | - | 複雜的參數
Original: complex argument The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[编辑] 返回值
沿虛軸的間隔
z和沿實軸的間隔(−∞; ∞)複雜的弧正切[−π/2; +π/2].Original:
The complex arc tangent of
z in the interval (−∞; ∞) along the imaginary axis and in the interval [−π/2; +π/2] along the real axis.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[编辑] 為例
| 本節是不完整的 原因: no example |
[编辑] 另請參閱
| (C99) (C99) (C99) |
計算複雜的反正弦 Original: computes the complex arc sine The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (函數) |
| (C99) (C99) (C99) |
計算複雜的反餘弦值 Original: computes the complex arc cosine The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (函數) |