power method

RadFloat power(
  1. dynamic i
)

Implementation

RadFloat power(dynamic i) => RadFloat(pow(_value, i) as double);