English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Math.SQRT2The property represents2is the square root of1.414.
Due to SQRT2is a static property of Math, so you always use it asMath.SQRT2, rather than as a property of the Math object created.
Math.SQRT2
Math.SQRT2;Test and See‹/›
All browsers fully support Math.SQRT2Property:
Property | |||||
Math.SQRT2 | is | is | is | is | is |
Writable: | none |
---|---|
Enumerable: | none |
Configurable: | none |
Return Value: | represents2is the square root of a number |
JavaScript Version: | ECMAScript 1 |