Exponential constructor

const Exponential([
  1. num base = e
])

Constructs an exponential function

Implementation

const Exponential([this.base = e]) : super(Exp._symbol);