mborgerding / kissfft

a Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid
Other
1.39k stars 278 forks source link

Typo in docs #35

Closed sunbubble closed 3 years ago

sunbubble commented 4 years ago

https://github.com/mborgerding/kissfft/blob/1efe72041e00868c3c71eaf569343ee132a4fbb9/kissfft.hh#L129

Shouldn't this be (note the zero) ?

        /// stored in @c dst[0].real() and @c dst[0].imag() respectively.
seeker-Liu commented 3 years ago

+1. It should be, and there could be a easy fix for this, isn't it?

seeker-Liu commented 3 years ago

https://github.com/mborgerding/kissfft/pull/50 This pull request should fix this.

madebr commented 3 years ago

I think this issue can be closed.