contents   index   previous   next



Math.SQRT2

syntax:

Math.SQRT2

description:

The number value for the square root of 2, which is represented internally as approximately 1.4142135623730951.

 

example:

var n = Math.SQRT2;

 


Math object static methods