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

From: Stephan Houben (stephanh42 at gmail.com)
Date: Fri Nov 23 12:27:29 EST 2012

What about mentioning "related functions" in the docs, like linux manpages
do?

Stephan Houben
Op 23 nov. 2012 17:27 schreef "Jens Axel Søgaard" <jensaxel at soegaard.net>
het volgende:

> 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
>
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20121123/054acdcc/attachment.html>

Posted on the users mailing list.