public static SQRT1_2 : Number
A mathematical constant for the square root of one-half, with an approximate value of 0.7071067811865476.
Example
This example traces the value of Math.SQRT1_2.
trace(Math.SQRT1_2); // Output: 0.707106781186548