log2
ACTION: returns the logarthm of the first value to base 2
USE: LogValue=log2(Value)
EXAMPLE:
a=log2(32)

RESULT:
a=5

RELATED: log log10 logn pow