log2

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

Returns the base-two logarithm of the input.


DSL function for "log2".