contents   index   previous   next



Math.LN2

syntax:

Math.LN2

description:

The number value for the natural logarithm of 2. This value is represented internally as approximately 0.6931471805599453.

 

example:

var n = Math.LN2;

 


Math.LOG2E