ln

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

Creates an LN(expr) function that returns the natural log of the given numeric expression.

Return

The LN(expr) function.

Parameters

operand

The expression.

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