[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Precision in the spreadsheet
From: |
Nick Dokos |
Subject: |
Re: [O] Precision in the spreadsheet |
Date: |
Tue, 01 Mar 2016 11:59:30 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Marcin Borkowski <address@hidden> writes:
> Hi all,
>
> is it at all possible to set different precision for display and
> calculations in Org's spreadsheet? I mean, things like $1+$2;%.2f (as
> in the manual) mean (IIUC) that (1) Org should show 2 decimal figures
> and (2) further calculations which use this value also use this
> approximation. Am I right? If yes, is there a way to change this
> behavior? (I suspect not, but I wanted to make sure.)
>
I believe that internally, calculations are done in 12-decimal place
precision: the %.2f is for display only.
See org-calc-default-modes for details.
--
Nick