This summary page is auto-generated from the github repository. Click here to visit the main repository page.
Version: | unreleased |
---|---|
Status: | 32-bit 8.24 feature complete. |
Description: | Fixed point library |
Maintainer: | https://github.com/henkmuller |
This is a library of functions that implement standard mathematical functions in fixed point. One group of functions use a “8.24” fixed point format with 24 bits behind the binary point, and 8 bits before the binary point. Numbers are represented in 2’s complement. Another group works on unsigned integers
More details to follow in the doc directory.
A collection of functions, all stored in a single module. The function names are suffixed with f8_24 to denote that these are single precision fixed point functions. There are some obvious dependencies, mostly on ldexp and frexp.
Two extra functions, mulf8_24 and divf8_24 perform multiplication and division on fixed point numbers.
A single function to compute sqrt
none
Issues may be submitted via the Issues tab in this github repo. Response to any issues submitted as at the discretion of the maintainer for this line.