exp static method

Creates a function expression which evaluates e to the power of the given numeric expression.

Implementation

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