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


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to