log2

Returns the base-two logarithm of the input.

fun log2(vararg expressions: Array<out Expression>): Expression
fun log2(value: Double): Expression

DSL function for "log2".

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