ERROR!

This web site requires Java Script.
You must enable Java Script on
your browser to navigate this site.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

$LOG(n) Function

This math function will return the base-10 logarithm of n where n is a number, variable that represents a number, or a math equation that returns a number. If n is zero or a negative number, an overflow will result and the word "Overflow" will be returned.

Examples:

$LOG(1) returns 0
$LOG(10) returns 1
$LOG(100) returns 2