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

exp()

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



Keywords: transformations
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.

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

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().

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


Gary Oehlert 2003-01-15