Flash Lite 2.x and 3.0 ActionScript Language Reference

SQRT2 (Math.SQRT2 property)

public static SQRT2 : Number

A mathematical constant for the square root of 2, with an approximate value of 1.4142135623730951.

Example

This example traces the value of Math.SQRT2.

trace(Math.SQRT2);
// Output: 1.4142135623731