lua.wetgenes.tardis.array.__div
r = array.__div(a,b)
Replace b with 1/b and then call the appropriate product function depending on the argument classes. Always creates and returns a.new() value.
r = array.__div(a,b)
Replace b with 1/b and then call the appropriate product function depending on the argument classes. Always creates and returns a.new() value.