blob: 579ad959cd8844580a4c3e805822a0e3ce07d6a8 [file] [log] [blame]
log2(x) - Returns the logarithm of x with base 2
Example:
> SELECT log2(2) FROM src LIMIT 1;
1