e method Null safety

ExpressionInterface e()

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

Implementation

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