Development package for fixed point math header only library for C.
Features:
- 32-bit and 64-bit precision support
(for compilers with __int128_t extensions like gcc)
- Arbitrary precision point (e.g. 24.8 or 32.32)
- Pure header-only
- Pure integer-only (suitable for kernels, embedded CPUs, etc)