Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmsk2 committed Oct 19, 2024
1 parent bdf79f6 commit b02c7d6
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 @@ -96,7 +96,7 @@ part. The following table should give a first impression of what this means:

Fixed point multiplication and squaring are performed internally using the full 64 bit result in order to maximize the achieveable
accuracy. As the multiplication and squaring routines are agnostic whith respect to the position or the absence of the assumed fixed
point this unfortunately means that quite a few unneccessary operations are peformed for multiplication or squaring of 32 bit
point this unfortunately means that quite a few unneccessary operations are performed for multiplication or squaring of 32 bit
integers if you are only interested in the 32 bit integer result of these calculations.

# What's next?
Expand Down

0 comments on commit b02c7d6

Please sign in to comment.