SQRT1_2 < Math < JavaScript
The Math SQRT1_2 static property represents the square root of 1/2, which is approximately 0.707.
console.log(Math.SQRT1_2);
// 0.7071067811865476
The Math SQRT1_2 static property represents the square root of 1/2, which is approximately 0.707.
console.log(Math.SQRT1_2);
// 0.7071067811865476