exp property

double get exp

Implementation

double get exp {
  return math.exp(this);
}