numeric.log10()

edit

Calculates the logarithm of number, to base 10.

numeric.log10( )

Returns: Number

This function does not take any arguments.

Examples

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

See also