e static method
Creates a function expression which evaluates to the mathematical constant
e.
Implementation
static ExpressionInterface e() => NullaryExpression('e()');
Creates a function expression which evaluates to the mathematical constant
e.
static ExpressionInterface e() => NullaryExpression('e()');