[SciPy-dev] DCT naming conventions ?

David Cournapeau cournape at gmail.com
Tue Jan 20 04:17:41 EST 2009


On Mon, Jan 19, 2009 at 8:13 PM, Tom Grydeland <tom.grydeland at gmail.com> wrote:
> On Mon, Jan 19, 2009 at 11:55 AM, Pauli Virtanen <pav at iki.fi> wrote:
>> Mon, 19 Jan 2009 17:39:25 +0900, David Cournapeau wrote:
>> [clip]
>>>     norm=None):
>>>                                            N-1
>>>         y[k] = x[0] + (-1)**k x[N-1] + 2 * sum x[n]*cos(pi*k*n/(N-1))
>>>                                            n=0
>>
>> This seems to be an use case for the math:: directive. Please use it, or
>> make the previous line end with :: so that the text renders as
>> preformatted text.
>
> I thought so also.  I'll volunteer to do it if David is too busy.

Sure, go ahead. I wrote the formula mostly for reference because there
are so many variations in texts - I did not put too much attention to
the actual formatting and spelling,

David



More information about the SciPy-Dev mailing list