From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Jones Subject: Possible Bug in Table Calculations? Date: Thu, 15 May 2008 12:57:29 -0600 Message-ID: <86d4nn4cpy.fsf@pmade.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jwie5-0006U0-7K for emacs-orgmode@gnu.org; Thu, 15 May 2008 14:57:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jwie3-0006TH-Lp for emacs-orgmode@gnu.org; Thu, 15 May 2008 14:57:40 -0400 Received: from [199.232.76.173] (port=36818 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jwie3-0006T6-JF for emacs-orgmode@gnu.org; Thu, 15 May 2008 14:57:39 -0400 Received: from pmade.com ([64.92.223.213]:64290) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jwie3-0006yQ-0O for emacs-orgmode@gnu.org; Thu, 15 May 2008 14:57:39 -0400 Received: from beefy.local.pmade.com (75-166-107-167.hlrn.qwest.net [75.166.107.167]) (authenticated bits=0) by pmade.com (8.13.8/8.13.8) with ESMTP id m4FIvZL8039590 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Thu, 15 May 2008 18:57:36 GMT (envelope-from pjones@pmade.com) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I'm probably just missing something, but... Org Table: | Values | |---------| | 568.68 | | 599.32 | | 140.16 | | 1308.20 | #+TBLFM: @5$1=vsum(@2..@-1);%.2f Results from calc: 568.68 599.32 + 1168. 140.16 + 1308.16 Is this some sort of rounding error? What am I doing wrong? -- Peter Jones, pmade inc. http://pmade.com