power method

RadonFloat power(
  1. int i
)

Implementation

RadonFloat power(int i) => RadonFloat(concat(script, [OP.FLOAT_POWER, i]));