You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,11 @@ These are symbols you can define prior to library inclusion to alter the behavio
45
45
-`FIXED_POINTS_USE_NAMESPACE`: Define this to wrap all classes and functions in the namespace `FixedPoints`. Useful for preventing naming conflicts.
46
46
-`FIXED_POINTS_NO_RANDOM`: Define this to disable the random utility functions. Useful for systems that don't have access to `long random(void)` from avr-libc.
47
47
48
+
## FAQ
49
+
50
+
* Why can't I multiply `UQ32x32` or `SQ31x32` by another type?
51
+
* Because it would require a 128-bit integer type to provide enough precision for accurate multiplication.
52
+
48
53
## Contents
49
54
This library supplies two core types and sixteen type aliases.
0 commit comments