Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
MULD (TCL) (m604806+muld.htm)
Multiplies two decimal integer numbers.
TCL-I command.
MULD n m
n is a decimal number; the multiplicand.
m is a decimal number; the multiplier.
Negative decimal numbers are specified by typing a minus sign immediately prior to the first digit of the number.
The largest numbers that this process handles are:
+140,737,488,355,327
-140,737,488,355,327
:MULD 40 100
4000
:MULD 40 -100
-4000