log2

log2

log2 介绍

log2(expr) - 返回 expr 以 2 为底的对数。

Examples:

> SELECT log2(2);
 1.0

Since: 1.4.0