emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Uwe Brauer <oub@mat.ucm.es>
To: emacs-orgmode@gnu.org
Subject: rounding vs cutting
Date: Mon, 25 Jun 2018 17:34:17 +0200	[thread overview]
Message-ID: <87k1qmkhhi.fsf@mat.ucm.es> (raw)

 
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 

                 reply	other threads:[~2018-06-25 15:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k1qmkhhi.fsf@mat.ucm.es \
    --to=oub@mat.ucm.es \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).