Returns the base-2 logarithm of a numeric value expression.
specifies any valid SQL expression that evaluates to a numeric value.
select log2(8.0);
3
select log2(4);
2