log10

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

Returns the base-ten logarithm of the input.


DSL function for "log10".