contents   index   previous   next



Math.E

syntax:

Math.E

description:

The number value for e, the base of natural logarithms. This value is represented internally as approximately 2.7182818284590452354.

 

example:

var n = Math.E;

 


Math.LN10