Y = exp10(X);
Returns the exponential function (base 10) of X or the elements of X.
y = 10x;
X |
exp10(x) |
1 |
10 (= 101) |
2.1 |
125.89 (= 102.1) |
-2.6 |
0.00251 (= 10-2.6) |
[1,2.1;-2.6,1] |
[10,125.89;0.00251,10] ( = [101,102.1;10-2.6,101] ) |
X and Y must have the same size.