contents   index   previous   next



Math.LN10

syntax:

Math.LN10

description:

The number value for the natural logarithm of 10. This value is represented internally as approximately 2.302585092994046.

 

example:

var n = Math.LN10;

 


Math.LN2