log2

fun log2(vararg expressions: Expression): Expression
fun log2(value: Double): Expression

Returns the base-two logarithm of the input.

fun log2(block: Expression.ExpressionBuilder.() -> Unit): Expression

DSL function for "log2".