Re: [O] Finding calc/elisp methods

2017-08-15 Thread Eric S Fraga
On Wednesday, 2 Aug 2017 at 14:56, Karl Voit wrote: [...] > However, let's make this thread a valuable one by adding a question: > how does somebody find such things? Is there a source of information > where I could find calc methods by "apropos" method together with > elisp methods? The calc

Re: [O] Finding calc/elisp methods

2017-08-03 Thread Adam Porter
Karl Voit writes: > Leslie helped here by mentioning vmin/vmax which is that obvious > that I do feel embarrassed now ;-) > > #+TBLFM: >

Re: [O] Finding calc/elisp methods

2017-08-02 Thread Adonay Felipe Nogueira
Hi, you can find such information in the Calc Mode info pages: [[info:calc]] Avoid the commands between parenthesis which start with "calc-" because these are actually Emacs Lisp procedures --- if you would really need to use such, you would have to write the formula as a Emacs Lisp notation and

Re: [O] Finding calc/elisp methods

2017-08-02 Thread Nick Dokos
Karl Voit writes: > ... > Leslie helped here by mentioning vmin/vmax which is that obvious > that I do feel embarrassed now ;-) > > #+TBLFM: >

[O] Finding calc/elisp methods (was: Determine min/max values in a table)

2017-08-02 Thread Karl Voit
Hi, * Karl Voit wrote: > > How can I determine minimum and/or maximum value of a table? > > Here is my example: > > #+NAME: myvalues >| Values | >|| >| 4 | >| 2 | >| 3 | >| 7 | >| 5 | >| 6 | > >| Min| Max| Average | First | Last