Next: factor() Up: MacAnova Help File Previous: evaluate()   Contents

exp()

Usage:
exp(x), x REAL or a structure with REAL components



Keywords: transformations
                                  Usage
exp(x) returns the exponential function (e^x) of the elements of x, when
x is a REAL scalar, vector, matrix or array.  The result has the same
shape as x.

                      Missing or too large argument
If any element of x is MISSING or > 709.782712893, the corresponding
element of exp(x) is MISSING and a warning message is printed.

                           Structure argument
When x is a structure, all of whose non-structure components are REAL,
exp(x) is a structure of the same shape and with the same component
names as x, with each non-structure component transformed by exp().

                            Cross references
See topic 'transformations' for more information on exp().


Gary Oehlert 2006-01-30