This page (revision-4) was last changed on 26-Nov-2021 10:22 by JMyers

This page was created on 26-Nov-2021 10:22 by JMyers

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
4 26-Nov-2021 10:22 1 KB JMyers to previous
3 26-Nov-2021 10:22 1 KB JMyers to previous | to last
2 26-Nov-2021 10:22 974 bytes JMyers to previous | to last
1 26-Nov-2021 10:22 959 bytes JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed 2 lines
!!RDN - Round Nearest
RDN - Round Nearest
At line 4 removed one line
At line 6 removed one line
At line 8 changed 5 lines
|Operand 2 |Operand 3 | Result (stored in Operand 1)
|1011.39823|0.1| 1011.4
|1011.39423|0.005| 1011.395
|3.6| 0.5 | 3.5
Operand2 Operand 3 Result (stored in Operand 1)
1011.39823 0.1 1011.4
1011.39423 0.005 1011.395
3.6 0.5 3.5
At line 10 added 5 lines
Statement: Divide the value in PC 100 by 2, and round the resulting value to the nearest dollar.
Line CMD OT Operand 1 OPER OT Operand2 OT Operand3 If Goto Else GoTo
00010 LET V PC 100 DIV BY 2 DIV PC 100 N 2 00020
00020 LET PC 100 RDN V PC 100 DIV BY 2 N 1 99999
99999 EXIT 99999
At line 15 removed 12 lines
;Statement: Divide the value in PC 100 by 2, and round the resulting value to the nearest dollar.
||Line||CMD||OT||Operand 1||OPER||OT||Operand2||OT||Operand3||If Goto|| Else GoTo
|00010| LET| V| PC 100 DIV BY 2| DIV| PC| 100| N| 2| 00020 |
|00020| LET| PC| 100| RDN| V| PC 100 DIV BY 2| N| 1| 99999 |
|99999 |EXIT | | | | | | | | 99999 |
----
![Notes|Edit:Internal.RDN_OPERATOR]
[{InsertPage page='Internal.RDN_OPERATOR' default='Click to create a new notes page'}]