LOG2(x)
LOG2 computes the base-2 logarithm of @x. If @x <= 0, LOG2 returns #NUM! error.
LOG2(1024) equals 10.
EXP , LOG10 , LOG