casinf, casin, casinl
来自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沿实轴以外的分支切割的间隔[−1,+1].Original:
Computes the complex arc sine of
z with branch cuts outside the interval [−1,+1] 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 sine 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 cosine 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 tangent The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (函数) |