MULD
Multiplies two decimal integer numbers.
Command Class
TCL-I command.
Syntax
MULD n m
Syntax Elements
n is a decimal number; the multiplicand.
m is a decimal number; the multiplier.
Negative Numbers
Negative decimal numbers are specified by typing a minus sign immediately prior to the first digit of the number.
Largest Numbers
The largest numbers that this process handles are:
+140,737,488,355,327
-140,737,488,355,327
Examples
:MULD 40 100
4000
:MULD 40 -100
-4000