English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

JavaScript Math.SQRT2 Property

 JavaScript Math Object

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.

Syntax:

Math.SQRT2
Math.SQRT2;
Test and See‹/›

Browser Compatibility

All browsers fully support Math.SQRT2Property:

Property
Math.SQRT2isisisisis

Technical Details

Writable:none
Enumerable:none
Configurable:none
Return Value:represents2is the square root of a number
JavaScript Version:ECMAScript 1

 JavaScript Math Object