mul - luxembourg/muxcode-clm GitHub Wiki

MUL()

FUNCTION: mul(<number1>[,<numberN>]...)

Returns the result of multiplying its arguments together. <numberN> may be a floating point number, and a floating point result is returned.

Example: > say mul(3,5) You say, "15" > say mul(3,5,-2) You say, "-30"

Related Topics: add, fdiv, iadd, idiv, imul, isub, mod(), round(), sub(), trunc().