MathFunctionE constructor

const MathFunctionE({
  1. MathNode x1 = const MathValue(1),
})

Creates an exponent value

Implementation

const MathFunctionE({MathNode x1 = const MathValue(1)}) : super(x1);