YouTip LogoYouTip

Jsref Sqrt2

# JavaScript SQRT2 Property [![Image 8: Math Object Reference](#) JavaScript Math Object](#) ## Example Return the square root of 2: Math.SQRT2; Output: 1.4142135623730951 [Try it Yourself Β»](#) * * * ## Definition and Usage The SQRT2 property returns the square root of 2. The value is approximately 1.4142135623730951. * * * ## Browser Support ![Image 9: Internet Explorer](#)![Image 10: Firefox](#)![Image 11: Opera](#)![Image 12: Google Chrome](#)![Image 13: Safari](#) The SQRT2 property is supported by all major browsers. * * * ## Syntax Math.SQRT2 ## Technical Details | Return Value: | A number, returns the square root of 2. | | :--- | | JavaScript Version: | 1.0 | * * JavaScript Math Object](#)
← Jsref AbsJsref Sqrt1 2 β†’