ln static method

Creates a function expression which evaluates to the natural log of the given numeric expression.

Implementation

static ExpressionInterface ln(ExpressionInterface expression) =>
    UnaryExpression('ln()', expression);