emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* rounding vs cutting
@ 2018-06-25 15:34 Uwe Brauer
  0 siblings, 0 replies; only message in thread
From: Uwe Brauer @ 2018-06-25 15:34 UTC (permalink / raw)
  To: emacs-orgmode

 
Hi   Please look at the following examples:  |  org1 |  org2 | 
org1 + org2 | org1 + org2 | org1 | org2 | result2 | 
|-------+-------+-------------+-------------+------+------+---------| 
| 1.253 | 1.453 |       2.706 |         2.7 |  1.3 |  1.5 | 2.8 
| #+TBLFM: $3=$1+$2::$4=$1+$2; E f-1::$5=$1;E f-1::$6=$2; E 
f-1::$7=$5+$6  | <>    | <>    | <>    | <>    |           | 
|     | | org1  | org2  | res1  | round | orground1 | orground2 | 
| |-------+-------+-------+-------+-----------+-----------+-----| 
| 1.253 | 1.453 | 2.706 | 2.7   |       1.3 |       1.5 | 2.8 | 
#+TBLFM: $3=$1+$2::$4=$3;%.1f::$5=$1;%.1f::$6=$2;%.1f::$7=$5+$6 
(BTW, what is the difference between E f-1 and ;%.1f?)

In any case it seems that the rounding in calc is more a cutting 
that is the actual value of column 1 and 2 are not saved somewhere 
but instead are cut since the result in column 4 and 7 do not 
coincide (but they do so in other spreadsheets as in libreoffice 
and others).

Or is there something I miss here?

Uwe Brauer 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-25 15:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-25 15:34 rounding vs cutting Uwe Brauer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).