Skip to content

Commit

Permalink
Fix missing import in example
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck authored Aug 31, 2023
1 parent 4e25fd7 commit b9a3b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ requires "fftr"
Compute frequencies in a signal:

```nim
import fftr, std/math
import fftr, std/[math, sequtils]
let
signal = (0..1023).mapIt(complex64(sin(TAU * 0.1 * float64(it))))
Expand Down

0 comments on commit b9a3b2f

Please sign in to comment.