[racket] What is a good way to learn about functions "like" in this case?

From: Jens Axel Søgaard (jensaxel at soegaard.net)
Date: Fri Nov 23 11:22:12 EST 2012

2012/11/21 Grant Rettke <grettke at acm.org>:
> Hi,
>
> Today I saw someone use the 'argmin' function.
>
> I wondered how I might learn about it from search results. For example
> you know you want the minimum, and you might broadly get back a result
> for example if there was a page on "functions that give you minimums
> generally".
>
> I tried 'min' and combinations with asterisks before and after and
> never got argmin as a result.
>
> What might I do to achieve something like this?

I suggest adding min and minimum as tags in the documentation for argmin,
s.t. argmin shows up in search results for min and minimum.

-- 
Jens Axel Søgaard


Posted on the users mailing list.