imul - luxembourg/muxcode-clm GitHub Wiki
IMUL()
FUNCTION: imul(<number1>[,<numberN>]...)
Returns the result of multiplying its integer arguments together. Similar to mul() except that the multiplication is done with faster integer math.
Examples: > say imul(3,5) You say, "15" > say imul(3,5,-2) You say, "-30"
Related Topics: add, fdiv, iadd, idiv, isub, mod, mul, round(), sub(), trunc().