SQRT2

種類プロパティ(R)
書式 Math.SQRT2
解説
2の平方根の値です。
サンプルコード
function sampleCode()
{
txtField.data = Math.SQRT2;
}
sampleCode();
実際のスクリプトをダウンロード