contents index previous next
Math.E
syntax:
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