An implementation of Q floating point format over C++
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Archivist a2b9ca0d78 Add the min_increment function for use by libscatter 6 jaren geleden
include Add the min_increment function for use by libscatter 6 jaren geleden
src fixed an issue with composed assignment operator and added tests 6 jaren geleden
.gitignore tests pass 6 jaren geleden
LICENSE tests pass 6 jaren geleden
Makefile tests pass 6 jaren geleden
README.md Update readme 6 jaren geleden

README.md

9float

An implementation of Q floating point format over C++.

9float is a header only library for handling fixed precision calculations over floating point values.