Skip to content

Commit 7962bd7

Browse files
authored
Add Discrete Fourier Transform
1 parent 34d9b01 commit 7962bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ In numerical computing in python, NumPy is essential. I'm writing simple (a few
66
* Array manipulation routines (DONE)
77
* String operations (DONE)
88
* Numpy-specific help functions (DONE)
9-
* Indexing routines (WIP)
109
* Input and output (DONE)
11-
* Linear algebra (numpy.linalg) (DONE)
10+
* Linear algebra (DONE)
11+
* Discrete Fourier Transform (DONE)
1212
* Logic functions (DONE)
1313
* Mathematical functions (DONE)
1414
* Random sampling (numpy.random) (DONE)

0 commit comments

Comments
 (0)