From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3694 invoked by alias); 21 Jun 2004 16:25:10 -0000 Mailing-List: contact xconq7-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: xconq7-owner@sources.redhat.com Received: (qmail 3581 invoked from network); 21 Jun 2004 16:25:08 -0000 Received: from unknown (HELO ob2.cmich.edu) (141.209.20.21) by sourceware.org with SMTP; 21 Jun 2004 16:25:08 -0000 Received: from egate1.central.cmich.local ([141.209.15.85]) by ob2.cmich.edu (8.12.10/8.12.10) with ESMTP id i5LGM8P6026875 for ; Mon, 21 Jun 2004 12:22:08 -0400 Received: from leon.phy.cmich.edu ([141.209.165.20]) by egate1.central.cmich.local with Microsoft SMTPSVC(5.0.2195.6713); Mon, 21 Jun 2004 12:25:04 -0400 Received: from localhost (localhost [127.0.0.1]) by leon.phy.cmich.edu (Postfix) with ESMTP id 1DC9F70016 for ; Mon, 21 Jun 2004 12:25:05 -0400 (EDT) Date: Mon, 21 Jun 2004 16:25:00 -0000 From: Eric McDonald To: xconq7@sources.redhat.com Subject: Re: GDL Notice: Arithmetic Operators / Quasi-Formulae In-Reply-To: <1087800371.13930.32.camel@localhost.localdomain> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 21 Jun 2004 16:25:04.0300 (UTC) FILETIME=[4EE776C0:01C457AC] X-CanItPRO-Stream: default X-Spam-Score: -0.9 () X-Bayes-Prob: 0.0012 X-Scanned-By: CanIt (www . canit . ca) X-SW-Source: 2004/txt/msg00562.txt.bz2 On Mon, 21 Jun 2004, Eric McDonald wrote: > (2) Note that the notation is postfix. So, operator first, then the > operands. The notation is prefix, not postfix. Also, there might be a bug when doing (/ x (y z)) or (- x (y z)). I will verify this tonight; the thought just occurred to me while I was daydreaming about the code at "work".... Eric