Update links to decimal specification

This commit is contained in:
Andrew M. Kuchling 2010-07-21 18:07:45 +00:00
parent 60a5302f13
commit f2d48d150d
1 changed files with 3 additions and 3 deletions

View File

@ -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
expense of programming simplicity can be hidden from application
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
arithmetic* -- and for money arithmetic which doesn't drive the
application programmer crazy.
@ -1217,8 +1217,8 @@ References
http://www.rexxla.org/Standards/ansi.html
.. [2] General Decimal Arithmetic specification (Cowlishaw):
http://www2.hursley.ibm.com/decimal/decarith.html (related
documents and links at http://www2.hursley.ibm.com/decimal/)
http://speleotrove.com/decimal/decarith.html (related
documents and links at http://speleotrove.com/decimal/)
.. [3] ANSI/IEEE standard 854-1987 (Radix-Independent Floating-Point
Arithmetic):