Y = exp(X);
Returns the exponential function of X or the elements of X.
y = ex;
X |
exp(x) |
1 |
2.718282 (= e1) |
2.1 |
8.166170 (= e2.1) |
-2.6 |
0.074274 (= e-2.6) |
[1,2.1;-2.6,1] |
[2.718282,8.166170;0.074274,2.718282] ( = [e1,e2.1;e-2.6,e1] ) |
X and Y must have the same size.