csqrtf, csqrt, csqrtl
Материал из 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. |
| Заголовочный файл <complex.h>
|
||
| (начиная с C99) | ||
| (начиная с C99) | ||
| (начиная с C99) | ||
Вычисляет комплекса квадратный корень из
z с разрезом вдоль отрицательной действительной оси.Original:
Computes the complex square root of
z with branch cut along the negative 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 в интервале [0; +∞) вдоль действительной оси и в интервале (−∞; +∞) вдоль мнимой оси.Original:
The complex square root of
z in the interval [0; +∞) along the real axis and in the interval (−∞; +∞) along the imaginary 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.
[править] Пример
| Этот раздел не завершён Причина: нет примера |
[править] См. также
| (C99) (C99) (C99) |
вычисляет сложной степенной функции Original: computes the complex power function The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (функция) |