log

ABSTRACT

Calculates the logarithm (base provided by the user) of the input

PARAMETERS
athe base
bthe input value
RETURN

the log of the input value b, with base a

DECLARATION
func log(a, b)