|
[Date Index]
[Thread Index]
[Author Index]
RE: Finding what is in a package
- To: mathgroup at smc.vnet.net
- Subject: [mg26720] RE: [mg26679] Finding what is in a package
- From: "David Park" <djmp at earthlink.net>
- Date: Thu, 18 Jan 2001 00:57:22 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Yossi,
Here is an example.
Needs["NumericalMath`Approximations`"]
?NumericalMath`Approximations`*
Bias
Brake
Derivatives
GeneralMiniMaxApproximation
GeneralRationalInterpolation
MiniMaxApproximation
PlotFlag
PrintFlag
RationalInterpolation
David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/
> -----Original Message-----
> From: Yossi Lonke [mailto:jrl16 at po.cwru.edu]
To: mathgroup at smc.vnet.net
> Sent: Wednesday, January 17, 2001 12:47 AM
> To: mathgroup at smc.vnet.net
> Subject: [mg26720] [mg26679] Finding what is in a package
>
>
> I am developing a package -- and I would like to get
> a list of all functions for which I've written a usage message,
> so that I can see what I have and what I don't have.
>
> How can I do it? ( I don't want all the functions to start
> with the same letter! )
>
> Yossi Lonke
>
>
>
Prev by Date:
Re: Question?
Next by Date:
Re: Q: Factor with Polynominals?
Previous by thread:
Re: Finding what is in a package
Next by thread:
Question?
|