log2

ABSTRACT

Calculates the logarithm (base 2) of the input

PARAMETERS
xthe input value
RETURN

the log base 2 of the input

DECLARATION
func log2(x)