Expose vector-light.idiv

This commit is contained in:
Matthias Richter 2018-05-27 11:50:55 +02:00
parent 38d0e5c060
commit 158d12e94d

View File

@ -162,6 +162,7 @@ return {
-- arithmetic
mul = mul,
div = div,
idiv = idiv,
add = add,
sub = sub,
permul = permul,