Daniel Lakeland wrote:
> I'm confused by the documentation for the fourier package. In the
> following:
>
> Function: fourier (f, x, p)
>
> Returns a list of the Fourier coefficients of f(x) defined on the interval [-%pi, %pi].
>
> what is the role of "p" ???
>
From a brief look at the code, it seems that p is used to indicate the
interval [-p, p]. I think the documentation is wrong about the interval
being -%pi to %pi.
Ray