Skip to content

Commit

Permalink
Merge pull request #7 from lachesis/patch-1
Browse files Browse the repository at this point in the history
Update cordic.md
  • Loading branch information
francisrstokes authored May 11, 2024
2 parents 8ee2fcc + a6c5080 commit e4567f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2024/5/10/cordic.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ y
v\end{bmatrix}
$$
We'll put that aside for a second, and get a big picture overview before solving this problem. Now, it's fairly obvious that rotating by say `22.75˚` is the same as rotating by `45˚` and then `-22.5˚` - i.e. we can break up a rotation into smaller parts, with both positive and negative components.
We'll put that aside for a second, and get a big picture overview before solving this problem. Now, it's fairly obvious that rotating by say `22.5˚` is the same as rotating by `45˚` and then `-22.5˚` - i.e. we can break up a rotation into smaller parts, with both positive and negative components.
Let's say that we have a maximum rotation of `90˚` (𝚷/2 radians), and we're trying to figure out `sin(0.7)` (about `40˚`). Starting with a vector `(1, 0)` and a target of `0.7` radians, we rotate `0.7853` rads (`45˚`) anti-clockwise.
Expand Down

0 comments on commit e4567f9

Please sign in to comment.