Returns the logarithm to the base 2.
specifies a numeric constant, variable, or expression.
x=log2(2.0);
1
x=log2(0.5);
-1