lua.wetgenes.tardis.v1.add
v1 = v1:add(v1b)
v1 = v1:add(v1b,r)
Add v1b to v1.
If r is provided then the result is written into r and returned otherwise v1 is modified and returned.
v1 = v1:add(v1b)
v1 = v1:add(v1b,r)
Add v1b to v1.
If r is provided then the result is written into r and returned otherwise v1 is modified and returned.