mirror of
https://github.com/Russell-S-Harper/COMMON.git
synced 2024-11-19 06:32:00 +00:00
Revised comments.
This commit is contained in:
parent
41e1ff48d2
commit
a3069872b1
@ -6,10 +6,10 @@
|
||||
; to be able to recognize an overflow/underflow situation, rescale the arguments, and repeat the
|
||||
; calculation.
|
||||
|
||||
; Largest value: $3fffffff or 1048575.999(9)
|
||||
; Smallest value: $c0000001 or -1048575.999(0)
|
||||
; Largest value for DEC: $3d08ffff or 999999.999(9)
|
||||
; Smallest value for DEC: $c2f70001 or -999999.999(0)
|
||||
; Largest value: $3fffffff or 1048575.999(9)
|
||||
; Smallest value: $c0000001 or -1048575.999(0)
|
||||
; Largest value for DEC/HEX: $3d08ffff or 999999.999(5)
|
||||
; Smallest value for DEC/HEX: $c2f70001 or -999999.999(0)
|
||||
|
||||
; Instructions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user