e static method

Creates a function expression which evaluates to the mathematical constant e.

Implementation

static ExpressionInterface e() => NullaryExpression('e()');