From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Precision setting for spreadsheet calculation Date: Fri, 26 Feb 2010 22:58:35 +0100 Message-ID: <4B88440B.9060203@alumni.ethz.ch> References: <4B882C11.90406@alumni.ethz.ch> <0AEABCAD-CA2E-4F84-99E1-B5670FEC1E8D@gmail.com> <4B88395A.3040501@alumni.ethz.ch> <034F9F11-0888-48F4-9621-B7FC4907850F@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nl8Cl-0002Bt-AB for emacs-orgmode@gnu.org; Fri, 26 Feb 2010 16:58:39 -0500 Received: from [140.186.70.92] (port=39119 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nl8Ck-0002Bd-GC for emacs-orgmode@gnu.org; Fri, 26 Feb 2010 16:58:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nl8Cj-0000H2-KI for emacs-orgmode@gnu.org; Fri, 26 Feb 2010 16:58:38 -0500 Received: from mail05.solnet.ch ([212.101.4.139]:62789) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nl8Cj-0000Gq-FE for emacs-orgmode@gnu.org; Fri, 26 Feb 2010 16:58:37 -0500 In-Reply-To: <034F9F11-0888-48F4-9621-B7FC4907850F@gmail.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: Carsten Dominik Cc: emacs-orgmode@gnu.org Carsten Dominik wrote: > these are the internals of calc, about which I cannot do much. But | 0.16666666666666666667 | #+TBLFM: $1 = 1 / 2 * 3; p20 f20 shows that the internals of calc are ok, isn't it? > Michael Brand wrote: >> 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