Skip to content

Commit

Permalink
docs: fix typo in notes/rope.md
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bevenius <[email protected]>
  • Loading branch information
danbev committed Jul 6, 2024
1 parent 2d1e61f commit 49afa58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notes/rope.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,12 @@ cosine part and the imaginary part is the sine part. So, if we have a complex
number `a + bi` we can represent it as `r(cos(θ) + i sin(θ))` where `r` is the
magnitude of the complex number and `θ` is the angle of the complex number.

And just to clarify this for myself, we we can have a varable like m in the
And just to clarify this for myself, we can have a varable like m in the
exponentiation:
```
e^imΘ = cos(m * Θ) + i sin(m * Θ)
```
So in this case m is scaling the angle theta before calculating the cosine and
So in this case `m` is scaling the angle theta before calculating the cosine and
sine of the angle.

We can rewrite the above formula as
Expand Down

0 comments on commit 49afa58

Please sign in to comment.