numeric.log10()

Calculates the logarithm of number, to base 10.

numeric.log10( )

Returns: Number

This function does not take any arguments.

Examples

numericValue = 10;
	writeOutput(numericValue.log10());

See also