[][src]Module gtmpl_helpers::math

Functions like add and mul

Functions

add
div
idiv

returns the integer division result of arg[0] % arg[1]

imod

returns the modulus of arg[0] % arg[1]

mul
sub