log
ABSTRACT
Calculates the logarithm (base provided by the user) of the input
PARAMETERS
| a | the base |
| b | the input value |
RETURN
the log of the input value b, with base a
DECLARATION
func log(a, b)Calculates the logarithm (base provided by the user) of the input
| a | the base |
| b | the input value |
the log of the input value b, with base a
func log(a, b)