Language Reference |
EXP Function |
The EXP function applies the exponential function to every element of the argument matrix. The exponential is the natural number raised to the indicated power. For example, the following statements compute the exponentials of several numbers:
b = {1 2 3 4}; a = exp(b); print a;
If you want to compute the exponential of a matrix, you can call the EXPMATRIX module in IMLMLIB.
Copyright © SAS Institute, Inc. All Rights Reserved.