www.gusucode.com > matlab 案例源码 matlab代码程序 > matlab/NumericRepresentationOfEExample.m

    %% Numeric Representation of e
% Calculate the exponential of 1, which is Euler's number, _e_.

% Copyright 2015 The MathWorks, Inc.

exp(1)