power method

RadInteger power(
  1. dynamic i
)

Implementation

RadInteger power(dynamic i) => RadInteger(pow(_value, i._value) as int);