Update links to decimal specification
This commit is contained in:
parent
60a5302f13
commit
f2d48d150d
|
@ -156,7 +156,7 @@ Will it be useful? I can't say it better than Alex Martelli:
|
||||||
(your memory permitting) should work just as well. Most of the
|
(your memory permitting) should work just as well. Most of the
|
||||||
expense of programming simplicity can be hidden from application
|
expense of programming simplicity can be hidden from application
|
||||||
programs and placed in a suitable decimal arithmetic type. As per
|
programs and placed in a suitable decimal arithmetic type. As per
|
||||||
http://www2.hursley.ibm.com/decimal/, *a single data type can be
|
http://speleotrove.com/decimal/, *a single data type can be
|
||||||
used for integer, fixed-point, and floating-point decimal
|
used for integer, fixed-point, and floating-point decimal
|
||||||
arithmetic* -- and for money arithmetic which doesn't drive the
|
arithmetic* -- and for money arithmetic which doesn't drive the
|
||||||
application programmer crazy.
|
application programmer crazy.
|
||||||
|
@ -1217,8 +1217,8 @@ References
|
||||||
http://www.rexxla.org/Standards/ansi.html
|
http://www.rexxla.org/Standards/ansi.html
|
||||||
|
|
||||||
.. [2] General Decimal Arithmetic specification (Cowlishaw):
|
.. [2] General Decimal Arithmetic specification (Cowlishaw):
|
||||||
http://www2.hursley.ibm.com/decimal/decarith.html (related
|
http://speleotrove.com/decimal/decarith.html (related
|
||||||
documents and links at http://www2.hursley.ibm.com/decimal/)
|
documents and links at http://speleotrove.com/decimal/)
|
||||||
|
|
||||||
.. [3] ANSI/IEEE standard 854-1987 (Radix-Independent Floating-Point
|
.. [3] ANSI/IEEE standard 854-1987 (Radix-Independent Floating-Point
|
||||||
Arithmetic):
|
Arithmetic):
|
||||||
|
|
Loading…
Reference in New Issue