-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add explanation of converting between floating and fixed point (#21)
* Add explanation of converting between floating and fixed point This is useful in many situations, like when generating fixed point constants, or when printing fixed point values for debugging (or non debugging) purposes. Also, fix some qualifiers (`extern` isn't needed, `const` is nice to use). * Update content/fixed-point-math.md Co-authored-by: Antonio Vivace <[email protected]> * Add suggestion --------- Co-authored-by: Antonio Vivace <[email protected]>
- Loading branch information
Showing
1 changed file
with
54 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters