Power constructor

const Power(
  1. num exponent
)

Constructs a power function

Implementation

const Power(this.exponent) : super(Pow._symbol);