Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Math.SQRT2

概要

2 の平方根。約 1.414 です。

詳細

SQRT2 は、静的なプロパティなので、自ら生成した Math オブジェクトのプロパティとしてではなく、常に、Math.SQRT2 として使用するようにしてください。

例:SQRT2 の使用

2 の平方根の値を返す関数を作成し、使用します。

function getRoot2() {
   return Math.SQRT2
}

alert( getRoot2() );

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: teoli, ethertank, Potappo
 最終更新者: teoli,