emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Finding calc/elisp methods


From: Nick Dokos
Subject: Re: [O] Finding calc/elisp methods
Date: Wed, 02 Aug 2017 14:02:55 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Karl Voit <address@hidden> writes:

> ...
> Leslie helped here by mentioning vmin/vmax which is that obvious
> that I do feel embarrassed now ;-)
>
> #+TBLFM: 
> @2$1=vmin(remote(myvalues,@2$1..@>$1))::@2$2=vmax(remote(myvalues,@2$1..@>$1))::@2$3=vmean(remote(myvalues,@2$1..@>$1))::@2$4=remote(myvalues,@2$1)::@2$5=remote(myvalues,@>$1)
>
> 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?
>
> "M-h a minimum" returns only calc-find-minimum which is hardly of
> any help in this case. "apropos-documentation" returns more results
> but still lacks "vmin".
>
> What is your method of choice to find answers to those kind of
> questions? At least my internet search engine of choice did not help
> me in the first place.

A long time ago, I struggled with this question and I don't know
of a satisfying answer. For a while, I went directly to the
following info node and looked around:

    (info "(calc) Matrix Functions")

Now I just remember the initial "v" :-)

But there are other calc functions that are useful as well, so this
will certainly not suffice in general. But it's a start.

-- 
Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]