LOG()
function returns the base-10 logarithm or logarithm of the specified base of a given number.
LOG()
function:
base
: The base number. It must be greater than 0 and not equal to 1.number
: The number whose logarithm you want to obtain. It must be a positive number and greater than 0.LOG()
function.
LOG()
function calculates the base-10 logarithm of a specified number.
LOG()
function is applied to negative numbers.
NaN
result.
LOG()
function will return NULL
if the argument is NULL
.
LOG()
takes zero as an argument.
LOG()
function calculates the logarithm of a specified number.
LOG()
function to calculate the logarithm of column x (as a base) and column *y *(as a number):