From gls@Think.COM Mon Sep 14 18:49:03 1992
Received: from Mail.Think.COM by dkuug.dk via EUnet with SMTP (5.64+/8+bit/IDA-1.2.8)
	id AA08556; Mon, 14 Sep 92 18:49:03 +0200
Return-Path: <gls@Think.COM>
Received: from Strident.Think.COM by mail.think.com; Mon, 14 Sep 92 12:49:14 -0400
From: Guy Steele <gls@Think.COM>
Received: by strident.think.com (4.1/Think-1.2)
	id AA05045; Mon, 14 Sep 92 12:49:13 EDT
Date: Mon, 14 Sep 92 12:49:13 EDT
Message-Id: <9209141649.AA05045@strident.think.com>
To: jwagener@trc.amoco.com
Cc: SC22WG5@dkuug.dk
In-Reply-To: Jerrold L. Wagener's message of Fri, 4 Sep 92 18:44:56 CDT <9209042344.AA23637@trc.amoco.com>
Subject: (SC22WG5.203) a question of values
X-Charset: ASCII
X-Char-Esc: 29

   Date: Fri, 4 Sep 92 18:44:56 CDT
   From: Jerrold L. Wagener <jwagener@trc.amoco.com>
   ...
   So here's the question I get:  
   "Doesn't Fortran know about pi?" 
	   <<the premier scientific language of the 1990's, right?>>
	   <<even $20 calculators know pi out to 10 digits, right?>>

I can't resist commenting that programming language Common Lisp
(the subject of X3J13) *does* know about pi: the identifier PI
is required to have as its value the best possible approximation
to pi in the longest floating-point format supported by the
implementation.  (It is not without good reason that Common Lisp
is called a kitchen-sink language.)

Don't worry; I doubt Common Lisp is going to replace Fortran.

--Guy
