function value = e_constant %% E_CONSTANT returns the value of the base of the natural logarithm system. % % Definition: % % E = Limit ( N -> Infinity ) ( 1 + 1 / N )**N % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 26 July 2004 % % Author: % % John Burkardt % % Parameters: % % Output, real VALUE, the base of the natural logarithm system. % value = 2.718281828459045235360287; return end