log

expect fun log(operand: Expression): Expression(source)

Creates a LOG(expr) function that returns the base 10 log of the given numeric expression.

Return

The LOG(expr) function.

Parameters

operand

The expression.

actual fun log(operand: Expression): Expression(source)
actual fun log(operand: Expression): Expression(source)