Log()

Generic transcendental functions.

LOG(x) x=Generic Log to the base 10

example:

	# Take logs of a data array
	log10data = Log(w.y)

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

Log()

Take logs to base10.

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.