element-wise exponential
exp(X)
:X scalar, vector or matrix with real or complex entries. :
exp(X) is the (element-wise) exponential of the entries of X.
x=[1,2,3+%i]; `log`_(exp(x)) //element-wise 2^x exp(x*`log`_(2))
Enter search terms or a module, class or function name.