From owner-sc22wg5@open-std.org  Tue Nov  1 12:32:55 2005
Return-Path: <owner-sc22wg5@open-std.org>
X-Original-To: sc22wg5-domo2
Delivered-To: sc22wg5-domo2@open-std.org
Received: by open-std.org (Postfix, from userid 521)
	id BDC96149A4; Tue,  1 Nov 2005 12:32:55 +0100 (CET)
X-Original-To: sc22wg5@open-std.org
Delivered-To: sc22wg5@open-std.org
Received: from dkuug.dk (ptah.dkuug.dk [195.215.30.66])
	by open-std.org (Postfix) with ESMTP id AC2FD1142B
	for <sc22wg5@open-std.org>; Tue,  1 Nov 2005 12:32:50 +0100 (CET)
Received: from balin.rl.ac.uk (balin.rl.ac.uk [130.246.135.155])
	by dkuug.dk (8.12.10/8.9.2) with ESMTP id jA1BWnZb075329
	for <sc22wg5@dkuug.dk>; Tue, 1 Nov 2005 12:32:54 +0100 (CET)
	(envelope-from j.k.reid@rl.ac.uk)
X-RAL-MFrom: <j.k.reid@rl.ac.uk>
X-RAL-Connect: <jkr.cse.rl.ac.uk [130.246.9.202]>
Received: from jkr.cse.rl.ac.uk (jkr.cse.rl.ac.uk [130.246.9.202])
	by balin.rl.ac.uk (8.12.8/8.12.8) with ESMTP id jA1BWmxb006437;
	Tue, 1 Nov 2005 11:32:48 GMT
Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1])
	by jkr.cse.rl.ac.uk (8.12.10/8.12.8) with ESMTP id jA1BZR89014494;
	Tue, 1 Nov 2005 11:35:27 GMT
Message-ID: <436752FF.407@rl.ac.uk>
Date: Tue, 01 Nov 2005 11:35:27 +0000
From: John Reid <j.k.reid@rl.ac.uk>
Reply-To: j.k.reid@rl.ac.uk
Organization: Rutherford Appleton Laboratory
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050811 Fedora/1.7.10-1.1.1.legacy
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: WG5 <sc22wg5@dkuug.dk>
Subject: RE: [ukfortran] (SC22WG5.3324) SC22 meeting
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Scanned-By: MIMEDefang 2.39
X-Spam-Score: 0 () 
Sender: owner-sc22wg5@open-std.org
Precedence: bulk



-------- Original Message --------

From: "Ian Chivers" <ian.chivers@chiversandbryan.co.uk>
To: <j.k.reid@rl.ac.uk>, "'WG5'" <sc22wg5@dkuug.dk>
Cc: "'Stevens, Charles C'" <Charles.Stevens@unisys.com>
Subject: RE: [ukfortran] (SC22WG5.3324) SC22 meeting
Date: Tue, 1 Nov 2005 11:21:02 -0000
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
Thread-Index: AcXa3mJ+sl5ajZGtSumAaPTGG03FnAD9Iy3g
In-Reply-To: <20051027095851.711BA1152F@open-std.org>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
X-Spam-Score: 1.015 (*) MISSING_OUTLOOK_NAME,MSGID_FROM_MTA_HEADER


> The other resolutions that affect us are
>
> 1. Resolution 05-08: Revision of IEEE 754 Standard for Floating-Point 
> Arithmetic
>

Stuff deleted

It has also been proposed that decimal arithmetic be removed altogether. I
think that would be a shame. We all use decimal arithmetic for our thinking
and hand calculations. It would be great if our computers did, too - for
example, no rounding would be needed for formatted output. Does anyone
disagree with this position?

Of course, the Cobol people strongly favour retention of decimal arithmetic
in the new standard.

Cheers,

John.

_______________________________________________
ukfortran mailing list
http://www.accu.org/mailman/listinfo/ukfortran

I would not like to see decimal arithmetic removed totally.
I do not have strong views however about the packing method.

   SQL has exact decimal and has had this for a long time.
   Microsoft
     Visual Basic has decimal data type
     C# has system.decimal. This is the same as the vb one.
     Microsoft Java has access to the same decimal type.
   The ISO JTC1/SC22/WG14 C and WG21 C++ committees are preparing Technical
     Reports which add the decimal types to those languages
   Java (through the Sun or IBM BigDecimal class)
   Decimal arithmetic packages are available for Eiffel and Python

A good coverage is at

http://www2.hursley.ibm.com/decimal/decifaq1.html

And is where I located some of the above information.

I think that is important that Fortran be able to address
Problems in this area.

