Scilab 5.4.1
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
sqrt
平方根
呼び出し手順
y=sqrt(x)
パラメータ
- x
実数または複素数のスカラーまたはベクトル
説明
sqrt(x) は
x の要素の平方根のベクトルです.
xが負の場合,結果は複素数となります.
例
sqrt([2,4]) sqrt(-1)
| Report an issue | ||
| << polar | Exponential | sqrtm >> |