ln

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

Returns the natural logarithm of the input.

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

DSL function for "ln".