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.
Reality V15.0 ()
SUBD (TCL) (m604806+subd.htm)
Subtracts one decimal integer number from another.
TCL-I command.
SUBD m s
m is a decimal integer number; the minuend.
s is a decimal integer number; the subtrahend.
Only adds integers. Any decimal point is treated as a space and the numbers to the left and right of it as two separate integers.
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
:SUBD 182 13
169
:SUBD 182 -13
195