/R

Top  Previous  Next

 

Accu 2 is divided by accu 1 and the result is stored in accu 1. Accu 2 stays unchanged. It is important that both operands are already in the REAL-format. If one of the operands is loaded as Int or DInt it will have to be changed into a REAL-number with DTR before dividing. If an operand that is loaded as Int can be negative it will also have to be extended to the Dword-format with ITD before.

 

 L        MD 40

 L        2.0                // The point is important!

 /R

 T        MD 44                // in MD 44 is now displayed MD40 / 2

 

See also:

EN-input and ENO-output

/D

/I

+R

-R

*R

NEGR

ABS

Trigonometrical operations

 

List of operations