Ln()

Generic transcendental functions.

LN(x) x=Generic Log to the base e

example:

	# Take logs to base e of a data array
	lndata = Ln(w.y)

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

Ln()

Take natural logarithms.

Parameters:

X (Generic)

A single number, array or workspace containing the values to take logs of. Undefined values passed to this function will be returned undefined. Illegal values (ie negative numbers are permitted) but will return an undefined result.

RESULT = (Generic)

Either the log of the value or an undefined result.