lua.wetgenes.tardis.array.pow
r=it:pow(p,r)
r=it:pow(p,it.new())
Perform math.pow(it,p) on all values of this array. p may be a number or another array of the same size as this array.
If r is provided then the result is written into r and returned otherwise it is modified and returned.