log10

This function is used to compute the log base 10 of the input.


Synopsis

	function log10( 
		value:numeric
	)

Arguments

value
An array of one or more point values of any dimension. These values must be greater than 0.

Description

For each element in the input array, log10 returns the log base 10. The return array is dimensioned the same as the input array. Missing values are ignored. Output will be of type double if input is of type double.

Reference Manual Control Panel

NG4.1 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?


$Revision: 1.8 $ $Date: 1998/11/11 23:32:20 $