log10

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

Returns the base-ten logarithm of the input.

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

DSL function for "log10".