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

JavaScript Math.SQRT1_2 Property

 JavaScript Math Object

Math.SQRT1_2Property Representation1/2The square root, approximately 0.707.

Because SQRT1_2Is a static property of Math, so you should always use it asMath.SQRT1_2, rather than used as properties of the Math object created.

Syntax:

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

Browser Compatibility

All browsers fully support Math.SQRT1_2Property:

Property
Math.SQRT1_2IsIsIsIsIs

Technical Details

Writable:None
Enumerable:None
Configurable:None
Return Value:Representation1/2Numeric Square Root
JavaScript Version:ECMAScript 1

 JavaScript Math Object