sqrt
メソッド
Type method
Math.sqrt()
Format
Math.sqrt (value)
Commentary
平方根を返します。
Return the square root.
サンプルコード
Sample code
outputs[0] = Math.sqrt(inputs[0]);
outputs [0] = Math.sqrt (inputs [0]);
ダウンロード
Download
the actual script