An implementation of Q floating point format over C++
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
Archivist a2b9ca0d78 Add the min_increment function for use by libscatter 6 лет назад
include Add the min_increment function for use by libscatter 6 лет назад
src fixed an issue with composed assignment operator and added tests 6 лет назад
.gitignore tests pass 6 лет назад
LICENSE tests pass 6 лет назад
Makefile tests pass 6 лет назад
README.md Update readme 6 лет назад

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.