User Guide

Math.SQRT2 445
Math.SQRT2
Availability
Flash Player 5. In Flash Player 4, the methods and properties of the Math class are emulated using
approximations and might not be as accurate as the non-emulated math functions that Flash
Player 5 supports.
Usage
Math.SQRT2
Description
Constant; 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