Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Language Reference

EXP Function

calculates the exponential

EXP( matrix)

where matrix is a numeric matrix or literal.

The EXP function is a scalar function that takes the exponential function of every element of the argument matrix. The exponential is the natural number e raised to the indicated power. An example of a valid statement follows:

   b={2 3 4};
   a=exp(b);

                A             1 row       3 cols    (numeric)

                        7.3890561 20.085537  54.59815

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.