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 ()
DIVX (TCL) (m604806+divx.htm)
Divides one hexadecimal number by another.
TCL-I command.
DIVX n m
n is a hexadecimal number; the dividend.
m is a hexadecimal number; the divisor.
The result of the division is displayed on the line immediately below the command. This comprises the quotient (on the left) and the remainder (on the right).
Hexadecimal numbers are considered negative when they are in the range from
The largest hex numbers that this process handles are:
7FFFFFFFFFFF (+140,737,488,355,327)
800000000001 (-140,737,488,355,327)
:DIVX FFF EE
11 31