From b02c7d6081793e99ac96e1b333f41b2727bbf567 Mon Sep 17 00:00:00 2001 From: Martin Grap Date: Sat, 19 Oct 2024 18:52:28 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b9cf47..cf16f9f 100644 --- a/README.md +++ b/README.md @@ -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?