contents   index   previous   next



Math.PI

syntax:

Math.PI

description:

The number value for pi, the ratio of the circumference of a circle to its diameter. This value is represented internally as approximately 3.14159265358979323846.

 

example:

var n = Math.PI;

 


Math.SQRT1_2