Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomara-x committed Jul 12, 2024
1 parent 984b843 commit d131416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -834,8 +834,8 @@ math
- `atanh()`
- `atan2()`
- `hypot()`
- `rfft(n)` n is a power of two between 2 and 32768 (inclusive)
- `ifft(n)` same
- `rfft(n, start)` `n` is the size of the analysis window, a power of two between 2 and 32768 (inclusive). `start` determines the offset within the window to begin writing to (so we can do correct overlap)
- `ifft(n, start)` same
- `pol()`
- `car()`
- `deg()`
Expand Down

0 comments on commit d131416

Please sign in to comment.