RE: Finding the package that the function comes from
- To: mathgroup at smc.vnet.net
- Subject: [mg93863] RE: [mg93813] Finding the package that the function comes from
- From: "David Park" <djmpark at comcast.net>
- Date: Thu, 27 Nov 2008 05:31:56 -0500 (EST)
- References: <31296838.1227694853913.JavaMail.root@m02>
Use Context[functionname] David Park djmpark at comcast.net http://home.comcast.net/~djmpark From: tomfabtastic at hotmail.com [mailto:tomfabtastic at hotmail.com] 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