Exp()

Generic transcendental functions.

EXP(x) x=Generic Exponentiate

example:

	# antilog a data array
	# which is in logs to base 10
	data = Exp( w.y * ln(10.0) )

Note: These functions can be applied to all numeric types (including arrays & workspaces).

Exp()

Exponentiates, ie takes ex

Parameters:

X (Generic)

A single number, array or workspace containing the values to be exponentiated. Undefined values passed to this function will be returned undefined.

RESULT = (Generic)

Exponentiated value(s).