std::sqrt<div class="t-tr-text">(のstd :: complex)<div class="t-tr-dropdown"><div><div><div class="t-tr-dropdown-arrow-border"></div><div class="t-tr-dropdown-arrow"></div><div class="t-tr-dropdown-h">Original:</div><div class="t-tr-dropdown-orig">(std::complex)</div><div class="t-tr-dropdown-notes">The text has been machine-translated via [http://translate.google.com Google Translate].<br/> You can help to correct and verify the translation. Click [http://en.cppreference.com/w/Cppreference:MachineTranslations here] for instructions.</div></div></div></div></div>
提供: cppreference.com
![]() |
このページは、Google 翻訳を使って英語版から機械翻訳されました。
翻訳には誤りや奇妙な言い回しがあるかもしれません。文章の上にポインタをおくと、元の文章が見れます。誤りを修正して翻訳を改善する手助けをしてください。翻訳についての説明は、ここをクリックしてください。 |
Defined in header <complex>
|
||
template< class T > complex<T> sqrt( const complex<T>& x ); |
||
複素数
x
の平方根を計算. Original:
Computes the square root of the complex number
x
. 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.
branch cutは負の実軸に沿っている。
sqrt
右半平面の範囲内の平方根を計算します。 x
が負の実数である場合、戻り値は正の虚軸上に横になります.Original:
The branch cuts are along the negative real axis.
sqrt
computes the square root in the range of the right half-plane. If x
is a negative real number, the return value will lie on the positive 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.
[編集] パラメータ
x | - | の平方根を取るために複素数
Original: complex number to take the square root of The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[編集] 値を返します
x
の平方根.Original:
the square root of
x
.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.
[編集] 参照
複雑な電力は、一方または両方の引数が複素数かもしれません Original: complex power, one or both arguments may be a complex number The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (関数テンプレート) |