From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Precision setting for spreadsheet calculation Date: Fri, 26 Feb 2010 22:28:30 +0100 Message-ID: <034F9F11-0888-48F4-9621-B7FC4907850F@gmail.com> References: <4B882C11.90406@alumni.ethz.ch> <0AEABCAD-CA2E-4F84-99E1-B5670FEC1E8D@gmail.com> <4B88395A.3040501@alumni.ethz.ch> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nl7jf-0000sT-6J for emacs-orgmode@gnu.org; Fri, 26 Feb 2010 16:28:35 -0500 Received: from [140.186.70.92] (port=41929 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nl7je-0000rr-GV for emacs-orgmode@gnu.org; Fri, 26 Feb 2010 16:28:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nl7jd-0006PL-RD for emacs-orgmode@gnu.org; Fri, 26 Feb 2010 16:28:34 -0500 Received: from mail-ew0-f222.google.com ([209.85.219.222]:57727) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nl7jd-0006PF-LF for emacs-orgmode@gnu.org; Fri, 26 Feb 2010 16:28:33 -0500 Received: by ewy22 with SMTP id 22so253701ewy.26 for ; Fri, 26 Feb 2010 13:28:32 -0800 (PST) In-Reply-To: <4B88395A.3040501@alumni.ethz.ch> 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: Michael Brand Cc: emacs-orgmode@gnu.org Hi Michael, these are the internals of calc, about which I cannot do much. - Carsten On Feb 26, 2010, at 10:12 PM, Michael Brand wrote: > Carsten Dominik wrote: >> You need p20f20 >> p20 is for internal computation, f20 for youput, and the table >> gets the value through output. Confusing, yes.... > > | 0.1666666666666667 | > #+TBLFM: $1 = 1 / 2 * 3; %.16f p20 f20 > > like expected. But instead of > > | 0.166666666666666660 | > #+TBLFM: $1 = 1 / 2 * 3; %.18f p20 f20 > > which I get I would expect > > | 0.166666666666666667 | > #+TBLFM: $1 = 1 / 2 * 3; %.18f p20 f20 - Carsten