|
[Date Index]
[Thread Index]
[Author Index]
Re: Finding the package that the function comes from
- To: mathgroup at smc.vnet.net
- Subject: [mg93835] Re: Finding the package that the function comes from
- From: Peter Breitfeld <phbrf at t-online.de>
- Date: Wed, 26 Nov 2008 07:23:14 -0500 (EST)
- References: <ggj7jc$j8p$1@smc.vnet.net>
tomfabtastic at hotmail.com schrieb:
> Hello,
>
> I am using a number of packages. I can often remember what function I
> want to use, but can't remember what package the function comes from.
>
> I know that to list all the functions of PackageX I use:
> ?PackageX`
>
> But what if I know the function, but don't know which package it comes
> from ? Is there a command thats allow the function as input and then
> outputs the package name ?
>
> Thanks
> Tom
>
use
Context[func]
Gruss Peter
--
==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==
Peter Breitfeld, Bad Saulgau, Germany -- http://www.pBreitfeld.de
Prev by Date:
Re: Limits and Direction
Next by Date:
Re: v.7.0 issues
Previous by thread:
Finding the package that the function comes from
Next by thread:
Re: Finding the package that the function comes from
|