lua.wetgenes.tardis.array.sub
r=it:sub(b,r)
r=it:sub(b,it.new())
Subtract b from it. b 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.