Re: [O] How to combine Lisp style and Calc style Table Formula together?

2018-04-09 Thread Thierry Banel
Try this: $2=$1;%1.1e Le 09/04/2018 04:42, stardiviner a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I try to display table columns value like 1 with format "1.0e+4". So I use function (format "%1.1e" $1). Here is my org table: |n | Algorithm A (n) | Algorithm B (4n + 8)

[O] How to combine Lisp style and Calc style Table Formula together?

2018-04-08 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I try to display table columns value like 1 with format "1.0e+4". So I use function (format "%1.1e" $1). Here is my org table: |n | Algorithm A (n) | Algorithm B (4n + 8) | Algorithm C (n^{2}) | Algorithm D (2n^{2}+1) | Algorithm E