Calculates the logarithm of a number for a given base.
LOG(Amount, Base)
Amount: positive number for which the logarithm is to be calculated.
Base: the base of the logarithm.
If amount is less than or equal to 0, the value 0 is returned.
LOG(6, 2) equals 2.584963